no
All checks were successful
Docker Deploy / build-and-push (push) Successful in 1m28s

This commit is contained in:
Atridad Lahiji 2024-11-22 17:19:49 -06:00
parent 33291b478f
commit d7edcad552
Signed by: atridad
SSH key fingerprint: SHA256:LGomp8Opq0jz+7kbwNcdfTcuaLRb5Nh0k5AchDDb438

View file

@ -11,9 +11,3 @@ services:
- ${ROOT_DIR}/himbot_data:/data - ${ROOT_DIR}/himbot_data:/data
depends_on: depends_on:
- db - db
db:
image: nouchka/sqlite3
container_name: himbot_db
volumes:
- ${ROOT_DIR}/himbot_data:/data