Updated docker compose file

This commit is contained in:
2023-03-07 12:47:38 +01:00
parent 03d0602b0c
commit c888bb5401

View File

@@ -7,6 +7,7 @@ services:
- "8000:8000"
volumes:
- ./data:/data
restart: always
environment:
DB_USE_SQLITE: "true"
@@ -24,5 +25,6 @@ services:
build:
context: ./frontend
dockerfile: Dockerfile_prod
restart: always
ports:
- "3003:3000"