mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-11-28 23:43:11 +00:00
Refactor Shopware role: separate Shopware app version and PHP runtime, update Dockerfile to use dynamic images, consolidate pull_policy, and improve image configuration. See conversation: https://chatgpt.com/share/6926d2f2-083c-800f-916a-7c260d1eada8
This commit is contained in:
@@ -26,17 +26,19 @@ docker:
|
||||
enabled: true
|
||||
|
||||
init:
|
||||
name: software-init
|
||||
name: "shopware-init"
|
||||
cpus: 1.0
|
||||
mem_reservation: 1g
|
||||
mem_limit: 2g
|
||||
|
||||
|
||||
# Base PHP image used by all app services
|
||||
shopware:
|
||||
image: "shopware/production"
|
||||
version: "6.7.3.1"
|
||||
|
||||
php:
|
||||
image: "ghcr.io/shopware/docker-base"
|
||||
version: "8.3"
|
||||
|
||||
|
||||
web:
|
||||
name: "shopware-web"
|
||||
port: 8000
|
||||
|
||||
Reference in New Issue
Block a user