update compose file to use internal network
This commit is contained in:
parent
843521d1a9
commit
de0e666d42
@ -7,6 +7,13 @@ services:
|
|||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
|
networks:
|
||||||
|
- proxy
|
||||||
env_file: .env
|
env_file: .env
|
||||||
ports:
|
ports:
|
||||||
- '${PORT}:3000'
|
- '${PORT}:3000'
|
||||||
|
|
||||||
|
networks:
|
||||||
|
proxy:
|
||||||
|
external: true
|
||||||
|
name: proxy-internal
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user