We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5145cba commit 9c9cadfCopy full SHA for 9c9cadf
docker-compose.yml
@@ -84,13 +84,15 @@ services:
84
- POSTGRES_DB=${POSTGRES_DB}
85
- POSTGRES_HOST=localhost
86
- POSTGRES_PORT=${POSTGRES_PORT}
87
- - REDIS_HOST=localhost
88
- - REDIS_PORT=6379
+ - REDIS_HOST=${REDIS_HOST}
+ - REDIS_PORT=${REDIS_PORT}
89
- REDIS_PASSWORD=${REDIS_PASSWORD}
90
- CODER_API_KEY=${CODER_API_KEY}
91
- CODER_URL=http://localhost:${CODER_PORT}
92
- CODER_TEMPLATE_ID=${CODER_TEMPLATE_ID}
93
- CODER_DEFAULT_ORGANIZATION=${CODER_DEFAULT_ORGANIZATION}
94
+ - API_WORKERS=${API_WORKERS}
95
+ - FRONTEND_URL=${FRONTEND_URL}
96
network_mode: host
97
98
volumes:
0 commit comments