mirror of
https://github.com/seanmorley15/AdventureLog.git
synced 2025-07-24 07:19:36 +02:00
10 lines
199 B
YAML
10 lines
199 B
YAML
|
services:
|
||
|
geojson:
|
||
|
build: .
|
||
|
container_name: adventurelog-cdn
|
||
|
ports:
|
||
|
- "8080:80"
|
||
|
restart: unless-stopped
|
||
|
volumes:
|
||
|
- ./data:/app/data # Ensures new data files persist
|