pass
This commit is contained in:
parent
df9fb5c36e
commit
23b31a57b3
|
|
@ -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"
|
||||||
Loading…
Reference in New Issue