You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

17 lines
465 B

services:
hikemap:
build: .
ports:
- "880:8080"
volumes:
- ./index.html:/app/index.html:ro
- ./admin.html:/app/admin.html:ro
- ./server.js:/app/server.js:ro
- ./database.js:/app/database.js:ro
- ./service-worker.js:/app/service-worker.js:ro
- ./:/app/data
- ./mapgameimgs:/app/mapgameimgs
- ./mapgamemusic:/app/mapgamemusic
restart: unless-stopped
environment:
- NODE_ENV=production