mirror of
https://github.com/seanmorley15/AdventureLog.git
synced 2025-08-06 05:35:19 +02:00
feat: Add CDN generation scripts and Docker setup; include Nginx configuration
This commit is contained in:
parent
659c56f02d
commit
dc169d1046
8 changed files with 117 additions and 0 deletions
9
cdn/docker-compose.yml
Normal file
9
cdn/docker-compose.yml
Normal file
|
@ -0,0 +1,9 @@
|
|||
services:
|
||||
geojson:
|
||||
build: .
|
||||
container_name: adventurelog-cdn
|
||||
ports:
|
||||
- "8080:80"
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- ./data:/app/data # Ensures new data files persist
|
Loading…
Add table
Add a link
Reference in a new issue