added db to docker-compose

This commit is contained in:
Acid
2026-06-05 17:47:53 -04:00
parent 031d3006d8
commit 9b59c36974
5 changed files with 46 additions and 15 deletions
+4
View File
@@ -1,6 +1,8 @@
services:
website:
env_file: .env
environment:
DB_PATH: /app/data/zum.db
build:
context: .
dockerfile: Dockerfile
@@ -8,4 +10,6 @@ services:
container_name: acidarchon.com
ports:
- 8088:8080
volumes:
- /dockers/acidarchon:/app/data
restart: unless-stopped