set up dependencies and rich logging
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user