./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
|
# Environment variables files
|
||||||
*.env
|
*.env
|
||||||
.secrets
|
.secrets
|
||||||
|
|
||||||
|
/data
|
||||||
|
@ -1,7 +1,3 @@
|
|||||||
volumes:
|
|
||||||
stardata:
|
|
||||||
external: false
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
starbot:
|
starbot:
|
||||||
build:
|
build:
|
||||||
@ -9,7 +5,7 @@ services:
|
|||||||
target: ptvp35
|
target: ptvp35
|
||||||
volumes:
|
volumes:
|
||||||
- "./starbot/starbot:/app/starbot:ro"
|
- "./starbot/starbot:/app/starbot:ro"
|
||||||
- "stardata:/app/data/:rw"
|
- "./data/star:/app/data/:rw"
|
||||||
env_file:
|
env_file:
|
||||||
- .secrets/starbot.env
|
- .secrets/starbot.env
|
||||||
deploy:
|
deploy:
|
||||||
|
Loading…
Reference in New Issue
Block a user