diff --git a/docker-compose.yml b/docker-compose.yml index b1e9787..00d6909 100755 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -15,18 +15,18 @@ services: networks: - tutorotp environment: - - NODE_ENV=production - - PORT=3000 - - PGHOST=postgres - - PGPORT=5432 - - PGUSER=tutorotp - - PGPASSWORD= - - PGDATABASE=tutorotp - - ACTIVATION_CODE= - - OIDC_WELL_KNOWN_URL= - - CLIENT_ID= - - CLIENT_SECRET= - - COOKIE_SECRET= + NODE_ENV: production + PORT: 3000 + PGHOST: postgres + PGPORT: 5432 + PGUSER: tutorotp + PGPASSWORD: + PGDATABASE: tutorotp + ACTIVATION_CODE: + OIDC_WELL_KNOWN_URL: + CLIENT_ID: + CLIENT_SECRET: + COOKIE_SECRET: ports: - "3000:3000" depends_on: