.
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Giles Bradshaw 2020-08-28 14:34:18 +01:00
parent 5ebeb67915
commit 6990241773
1 changed files with 12 additions and 12 deletions

View File

@ -9,18 +9,18 @@ services:
condition: any condition: any
image: registry.gitlab.com/commento/commento:latest image: registry.gitlab.com/commento/commento:latest
environment: environment:
ORIGIN: $ORIGIN COMMENTO_ORIGIN: $ORIGIN
SMTP_PASSWORD: $SMTP_PASSWORD COMMENTO_SMTP_PASSWORD: $SMTP_PASSWORD
ASKIMET_KEY: $ASKIMET_KEY COMMENTO_ASKIMET_KEY: $ASKIMET_KEY
SMTP_HOST: $SMTP_HOST COMMENTO_SMTP_HOST: $SMTP_HOST
SMTP_PORT: $SMTP_PORT COMMENTO_SMTP_PORT: $SMTP_PORT
SMTP_USERNAME: $SMTP_USERNAME COMMENTO_SMTP_USERNAME: $SMTP_USERNAME
SMTP_FROM_ADDRESS: $SMTP_FROM_ADDRESS COMMENTO_SMTP_FROM_ADDRESS: $SMTP_FROM_ADDRESS
GITHUB_KEY: $GITHUB_KEY COMMENTO_GITHUB_KEY: $GITHUB_KEY
GITHUB_SECRET: $GITHUB_SECRET COMMENTO_GITHUB_SECRET: $GITHUB_SECRET
FORBID_NEW_OWNERS: $FORBID_NEW_OWNERS COMMENTO_FORBID_NEW_OWNERS: $FORBID_NEW_OWNERS
PORT: 8080 COMMENTO_PORT: 8080
POSTGRES: postgres://commento:${POSTGRES_PASSWORD}@commento-postgres:5432/commento?sslmode=disable COMMENTO_POSTGRES: postgres://commento:${POSTGRES_PASSWORD}@commento-postgres:5432/commento?sslmode=disable
networks: networks:
- appnet - appnet
- externalnet - externalnet