relocate database

This commit is contained in:
2025-08-19 22:49:09 +02:00
parent f3cf7b4da1
commit 1aefc680ee
5 changed files with 1 additions and 1 deletions

BIN
database/users copy.db Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

View File

@@ -3,7 +3,7 @@ services:
build: . build: .
restart: unless-stopped restart: unless-stopped
volumes: volumes:
- sqlite-database:/app/database - ./database:/app/database
working_dir: /app working_dir: /app
command: sh ./run_production_server.sh command: sh ./run_production_server.sh
environment: environment: