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.
13 lines
291 B
13 lines
291 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
|
|
restart: unless-stopped
|
|
environment:
|
|
- NODE_ENV=production
|