1
0
Fork 0
This commit is contained in:
Ilya Mukhortov 2023-10-16 17:12:51 +10:00
parent 2ab97978d6
commit 2063c5e05e
1 changed files with 2 additions and 0 deletions

View File

@ -24,6 +24,8 @@ services:
- ./volumes/public:/app/public - ./volumes/public:/app/public
networks: networks:
- medicine-network - medicine-network
extra_hosts:
- "host.docker.internal:host-gateway"
external_links: external_links:
- "postgres:postgres-host" - "postgres:postgres-host"
- "redis:redis-host" - "redis:redis-host"