pass
This commit is contained in:
parent
1907ce056a
commit
6a99e7424e
|
|
@ -30,9 +30,6 @@ services:
|
|||
- medicine-network
|
||||
extra_hosts:
|
||||
- "host.docker.internal:host-gateway"
|
||||
external_links:
|
||||
- "postgres:postgres-host"
|
||||
- "redis:redis-host"
|
||||
logging:
|
||||
driver: "json-file"
|
||||
options:
|
||||
|
|
@ -41,5 +38,4 @@ services:
|
|||
|
||||
networks:
|
||||
medicine-network:
|
||||
external:
|
||||
name: "medicine-network"
|
||||
external: true
|
||||
|
|
|
|||
|
|
@ -15,12 +15,9 @@ services:
|
|||
- "${NGINX_HTTPS_PORT}:443"
|
||||
volumes:
|
||||
- medicine-public-data:/app/public
|
||||
- ./.env:/app/.env
|
||||
- .env:/app/.env
|
||||
networks:
|
||||
- medicine-network
|
||||
external_links:
|
||||
- "postgres:postgres-host"
|
||||
- "redis:redis-host"
|
||||
logging:
|
||||
driver: "json-file"
|
||||
options:
|
||||
|
|
@ -33,13 +30,10 @@ services:
|
|||
restart: "always"
|
||||
command: /usr/bin/supervisord -c /etc/supervisor/conf.d/supervisord-tasks.conf
|
||||
volumes:
|
||||
- ./.env:/app/.env
|
||||
- .env:/app/.env
|
||||
- medicine-public-data:/app/public
|
||||
networks:
|
||||
- medicine-network
|
||||
external_links:
|
||||
- "postgres:postgres-host"
|
||||
- "redis:redis-host"
|
||||
logging:
|
||||
driver: "json-file"
|
||||
options:
|
||||
|
|
@ -51,5 +45,4 @@ volumes:
|
|||
|
||||
networks:
|
||||
medicine-network:
|
||||
external:
|
||||
name: "medicine-network"
|
||||
external: true
|
||||
|
|
|
|||
Loading…
Reference in New Issue