.
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
5ebeb67915
commit
6990241773
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue