update stack.yml

This commit is contained in:
Paul J Stevens 2023-04-15 14:18:34 +02:00
parent 7e71261cad
commit 6f4fc91bdd
1 changed files with 9 additions and 3 deletions

View File

@ -1,11 +1,13 @@
version: '3'
services:
civi:
image: $DOCKER_IMAGE
image: registry.bij1.org/civicrm:latest
extra_hosts:
- "host.docker.internal:host-gateway"
env_file:
- ./env
volumes:
- civivol:/var/www/civi
deploy:
replicas: 2
resources:
@ -16,8 +18,12 @@ services:
ports:
- "8080:80"
networks:
- webnet
- civinet
logging:
driver: journald
networks:
webnet:
civinet:
volumes:
civivol: