Added back the proxy network
This commit is contained in:
parent
202c3067c8
commit
9ed4d594d1
1 changed files with 7 additions and 0 deletions
|
@ -4,3 +4,10 @@ services:
|
||||||
command: ["/app"]
|
command: ["/app"]
|
||||||
ports:
|
ports:
|
||||||
- "3000:3000"
|
- "3000:3000"
|
||||||
|
networks:
|
||||||
|
- proxy
|
||||||
|
|
||||||
|
networks:
|
||||||
|
proxy:
|
||||||
|
name: proxy
|
||||||
|
external: true
|
||||||
|
|
Loading…
Add table
Reference in a new issue