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