blob: 51cecc61256c509cb43bf9f6dfef781e53d10015 (
plain)
1
2
3
4
5
6
7
8
|
# Docker Compose overrides for production environments
services:
server:
ports:
- "8080:8080"
environment:
SENTRY_ENVIRONMENT: "production"
NEXT_PUBLIC_API_BASE_URL: ${OPENDC_API_BASE_URL}
|