Proxy
This commit is contained in:
parent
6115237f98
commit
6e32ee5573
1 changed files with 7 additions and 2 deletions
|
@ -1,5 +1,3 @@
|
||||||
version: "3"
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
app:
|
app:
|
||||||
build:
|
build:
|
||||||
|
@ -10,3 +8,10 @@ services:
|
||||||
pull_policy: build
|
pull_policy: build
|
||||||
ports:
|
ports:
|
||||||
- "3000:3000"
|
- "3000:3000"
|
||||||
|
networks:
|
||||||
|
- proxy
|
||||||
|
|
||||||
|
networks:
|
||||||
|
proxy_default:
|
||||||
|
name: proxy
|
||||||
|
external: true
|
||||||
|
|
Loading…
Add table
Reference in a new issue