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.
 
 
 
 
 

14 lines
330 B

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