civicrm-bij1/deploy/staging/stack.yml

22 lines
600 B
YAML

version: '3'
services:
civi:
image: registry.bij1.org/civicrm:latest
extra_hosts:
- "host.docker.internal:host-gateway"
env_file:
- ./env
volumes:
- /var/www/civi:/var/www/civi
ports:
- "9000:9000"
deploy:
replicas: 1
restart_policy:
condition: on-failure
logging:
driver: journald
volumes:
civivol: