fix docker-compose override
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -5,3 +5,4 @@ server
|
|||||||
sample*.drawio
|
sample*.drawio
|
||||||
sample*.gliffy
|
sample*.gliffy
|
||||||
.DS_Store
|
.DS_Store
|
||||||
|
docker-compose.override.yml
|
||||||
@@ -1,10 +1,8 @@
|
|||||||
version: "3.9"
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
gliffy2drawio:
|
gliffy2drawio:
|
||||||
build: .
|
build: .
|
||||||
ports:
|
ports:
|
||||||
- "8080:8080"
|
- "${HOST_PORT:-8080}:8080"
|
||||||
environment:
|
environment:
|
||||||
- DRAWIO_BASE_URL=${DRAWIO_BASE_URL:-https://app.diagrams.net}
|
- DRAWIO_BASE_URL=${DRAWIO_BASE_URL:-https://app.diagrams.net}
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|||||||
Reference in New Issue
Block a user