This commit is contained in:
AF 2024-06-29 18:56:36 +00:00
parent 0bcede6afb
commit 6489bcd0c2
Signed by: alisa
SSH Key Fingerprint: SHA256:vNY4pdIZvO1FYJKHROkdHLtvyopizvZVAEwg9AF6h04
2 changed files with 3 additions and 5 deletions

2
.gitignore vendored
View File

@ -162,3 +162,5 @@ cython_debug/
# Environment variables files
*.env
.secrets
/data

View File

@ -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: