Proxy
This commit is contained in:
@ -1,5 +1,3 @@
|
||||
version: "3"
|
||||
|
||||
services:
|
||||
app:
|
||||
build:
|
||||
@ -10,3 +8,10 @@ services:
|
||||
pull_policy: build
|
||||
ports:
|
||||
- "3000:3000"
|
||||
networks:
|
||||
- proxy
|
||||
|
||||
networks:
|
||||
proxy_default:
|
||||
name: proxy
|
||||
external: true
|
||||
|
Reference in New Issue
Block a user