diff --git a/.gitignore b/.gitignore index 4c85f1f..9988939 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ target # Testing test-results +tmp diff --git a/docker-compose.dev.yaml b/docker-compose.dev.yaml index eafda15..679ffd9 100644 --- a/docker-compose.dev.yaml +++ b/docker-compose.dev.yaml @@ -1,8 +1,6 @@ # DEV Compose file. # For a production file see: README.md -version: '3.8' - services: redis: image: redis:7-alpine diff --git a/docker-compose.yaml b/docker-compose.yaml index f1b18bc..697626d 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -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/"]