feat: Add CDN generation scripts and Docker setup; include Nginx configuration
This commit is contained in:
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
|
||||
Reference in New Issue
Block a user