We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b017486 commit b894cf3Copy full SHA for b894cf3
docker-compose.yml
@@ -24,6 +24,7 @@ services:
24
environment:
25
DATABASE_URL: postgres://marrylife:marrylife@db:5432/marrylife_db
26
PORT: 4000
27
+ SWAGGER_ENABLED: "false"
28
depends_on:
29
db:
30
condition: service_healthy
0 commit comments