maintenance

This commit is contained in:
Niccolo Borgioli 2024-08-22 18:40:56 +02:00
parent 0d9f3fe9c7
commit 4aadeb492a
3 changed files with 2 additions and 5 deletions

1
.gitignore vendored
View File

@ -8,3 +8,4 @@ target
# Testing
test-results
tmp

View File

@ -1,8 +1,6 @@
# DEV Compose file.
# For a production file see: README.md
version: '3.8'
services:
redis:
image: redis:7-alpine

View File

@ -1,5 +1,3 @@
version: '3.8'
services:
redis:
image: redis:7-alpine
@ -16,7 +14,7 @@ services:
SIZE_LIMIT: 4 MiB
ports:
- 80:8000
# Optional health checks
# healthcheck:
# test: ["CMD", "curl", "--fail", "http://127.0.0.1:8000/api/live/"]