mirror of
https://github.com/seanmorley15/AdventureLog.git
synced 2026-01-12 16:38:42 -05:00
10 lines
195 B
YAML
10 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
|