Set configurable web UI endpoint
This commit is contained in:
parent
03c9d835dc
commit
3d1522c741
@ -14,10 +14,9 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- app:/config
|
- app:/config
|
||||||
ports:
|
ports:
|
||||||
- 8443:8443
|
- ${ENDPOINT:-8443}:8443
|
||||||
- 3478:3478/udp
|
- 3478:3478/udp
|
||||||
- 10001:10001/udp
|
- 10001:10001/udp
|
||||||
- 8080:8080
|
|
||||||
|
|
||||||
db:
|
db:
|
||||||
image: ${MONGO_IMAGE:-mongo}:${MONGO_VERSION:?}
|
image: ${MONGO_IMAGE:-mongo}:${MONGO_VERSION:?}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user