1
0

Added Docker

This commit is contained in:
2025-04-01 16:25:40 +02:00
parent 97377d2c11
commit 3376284ac4
6 changed files with 44 additions and 1 deletions

10
docker-compose.yml Normal file
View File

@@ -0,0 +1,10 @@
services:
freezer:
image: nastroa/freezer-app
environment:
- FIRSTRUN=false
volumes:
- ./data/database/database.sqlite:/var/www/freezer-web-app/database/database.sqlite:rw
ports:
- "8480:80"
entrypoint: ["/configuring.sh"]