12 lines
258 B
YAML
12 lines
258 B
YAML
services:
|
|
monitor-planning:
|
|
build:
|
|
context: .
|
|
dockerfile: ./Dockerfile
|
|
restart: unless-stopped
|
|
volumes:
|
|
- ./database.db:/usr/src/app/database.db
|
|
- /etc/timezone:/etc/timezone:ro
|
|
- /etc/localtime:/etc/localtime:ro
|
|
|