mirror of
https://github.com/graphql-hive/console
synced 2026-05-23 00:58:36 +00:00
19 lines
503 B
YAML
19 lines
503 B
YAML
|
|
version: '3.8'
|
||
|
|
services:
|
||
|
|
app:
|
||
|
|
image: 'app'
|
||
|
|
ports:
|
||
|
|
- '3000:3000'
|
||
|
|
networks:
|
||
|
|
- 'stack'
|
||
|
|
environment:
|
||
|
|
PORT: 3000
|
||
|
|
NODE_ENV: production
|
||
|
|
APP_BASE_URL: 'http://localhost:3000'
|
||
|
|
SUPERTOKENS_CONNECTION_URI: http://supertokens:3567
|
||
|
|
SUPERTOKENS_API_KEY: 'bubatzbieber6942096420'
|
||
|
|
EMAILS_ENDPOINT: http://emails:3011
|
||
|
|
GRAPHQL_ENDPOINT: http://server:3001/graphql
|
||
|
|
SERVER_ENDPOINT: http://server:3001
|
||
|
|
AUTH_REQUIRE_EMAIL_VERIFICATION: '0'
|