diff --git a/docker-compose.yml b/docker-compose.yml index ebcd829..8b30198 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -3,7 +3,6 @@ services: build: . volumes: - ./data/db:/opt/app/data/db - - ./data/app/log:/var/log env_file: - path: ./.env required: true @@ -28,8 +27,8 @@ services: #- 8880:8000 healthcheck: test: ["CMD", "curl", "-f", "http://localhost:8000/status"] - interval: 10s - timeout: 5s + interval: 5s + timeout: 3s retries: 5 # networks: # default: