Added back the proxy network
This commit is contained in:
@ -4,3 +4,10 @@ services:
|
|||||||
command: ["/app"]
|
command: ["/app"]
|
||||||
ports:
|
ports:
|
||||||
- "3000:3000"
|
- "3000:3000"
|
||||||
|
networks:
|
||||||
|
- proxy
|
||||||
|
|
||||||
|
networks:
|
||||||
|
proxy:
|
||||||
|
name: proxy
|
||||||
|
external: true
|
||||||
|
Reference in New Issue
Block a user