diff --git a/docker-compose.yml b/docker-compose.yml index 5b11a66..a3c63e9 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -16,6 +16,3 @@ services: - ./nginx/nginx.conf:/etc/nginx/conf.d/default.conf # Mount your Nginx configuration file depends_on: - api # Nginx depends on the API service being available - -volumes: - postgresDB: