1
0
Fork 0
This commit is contained in:
Ilya Mukhortov 2024-01-09 14:26:22 +10:00
parent df9fb5c36e
commit 23b31a57b3
1 changed files with 12 additions and 0 deletions

View File

@ -17,3 +17,15 @@ services:
- ./public:/app/public - ./public:/app/public
ports: ports:
- "875:80" - "875:80"
networks:
- medicine-network
extra_hosts:
- "host.docker.internal:host-gateway"
external_links:
- "postgres:postgres-host"
- "redis:redis-host"
networks:
medicine-network:
external:
name: "medicine-network"