set up dependencies and rich logging

This commit is contained in:
John Lancaster
2024-04-29 23:41:19 -05:00
parent 4bf09a677b
commit c4c4364225
10 changed files with 50 additions and 3 deletions

View File

@@ -9,6 +9,7 @@ services:
- /etc/localtime:/etc/localtime:ro
- /etc/timezone:/etc/timezone:ro
- config:/conf:ro
- logs:/logs
ports:
- 5050:5050
restart: unless-stopped
@@ -22,3 +23,9 @@ volumes:
o: bind
type: none
device: ./
logs:
driver: local
driver_opts:
o: bind
type: none
device: ./logs