./data
This commit is contained in:
parent
0bcede6afb
commit
6489bcd0c2
2
.gitignore
vendored
2
.gitignore
vendored
@ -162,3 +162,5 @@ cython_debug/
|
||||
# Environment variables files
|
||||
*.env
|
||||
.secrets
|
||||
|
||||
/data
|
||||
|
@ -1,7 +1,3 @@
|
||||
volumes:
|
||||
stardata:
|
||||
external: false
|
||||
|
||||
services:
|
||||
starbot:
|
||||
build:
|
||||
@ -9,7 +5,7 @@ services:
|
||||
target: ptvp35
|
||||
volumes:
|
||||
- "./starbot/starbot:/app/starbot:ro"
|
||||
- "stardata:/app/data/:rw"
|
||||
- "./data/star:/app/data/:rw"
|
||||
env_file:
|
||||
- .secrets/starbot.env
|
||||
deploy:
|
||||
|
Loading…
Reference in New Issue
Block a user