This commit is contained in:
2024-06-04 22:08:15 +02:00
commit e899252f31
74 changed files with 1969 additions and 0 deletions

18
docker-compose.dev.yml Normal file
View File

@@ -0,0 +1,18 @@
services:
redis:
restart: "no"
app:
restart: "no"
command: >
bash -c "sleep 2
&& python manage.py migrate
&& ./dev_run.sh"
ports:
- "${DEV_SERVER_PORT:-8080}:${DEV_SERVER_PORT:-8080}"
tasks:
restart: "no"
jobs:
restart: "no"