fix docker-compose override

This commit is contained in:
2026-01-12 15:29:12 +11:00
parent 02ed59f2be
commit 07c7ef593f
2 changed files with 2 additions and 3 deletions

1
.gitignore vendored
View File

@@ -5,3 +5,4 @@ server
sample*.drawio sample*.drawio
sample*.gliffy sample*.gliffy
.DS_Store .DS_Store
docker-compose.override.yml

View File

@@ -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