console/integration-tests/docker-compose.app.yml
2022-11-09 11:07:10 +01:00

18 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'