9 lines
273 B
YAML
9 lines
273 B
YAML
|
version: '3.3'
|
||
|
services:
|
||
|
mercury:
|
||
|
container_name: mercury
|
||
|
build: .
|
||
|
restart: always
|
||
|
volumes:
|
||
|
- './config/default.json:/home/node/app/config/default.json'
|
||
|
- './config/settings.txt:/home/node/app/config/settings.txt'
|