.
continuous-integration/drone/push Build was killed
Details
continuous-integration/drone/push Build was killed
Details
This commit is contained in:
parent
0a869d7539
commit
facac9dc6e
|
@ -273,7 +273,7 @@ services:
|
||||||
COMMENTO_SMTP_FROM_ADDRESS: $COMMENTO_SMTP_FROM_ADDRESS
|
COMMENTO_SMTP_FROM_ADDRESS: $COMMENTO_SMTP_FROM_ADDRESS
|
||||||
COMMENTO_FORBID_NEW_OWNERS: $COMMENTO_FORBID_NEW_OWNERS
|
COMMENTO_FORBID_NEW_OWNERS: $COMMENTO_FORBID_NEW_OWNERS
|
||||||
COMMENTO_PORT: 8080
|
COMMENTO_PORT: 8080
|
||||||
COMMENTO_POSTGRES: postgres://commento:your_password_here@commento-postgres:5432/commento?sslmode=disable
|
COMMENTO_POSTGRES: postgres://${COMMENTO_POSTGRES_USER}:${COMMENTO_POSTGRES_PASSWORD}@commento-postgres:5432/${COMMENTO_POSTGRES_DB}?sslmode=disable
|
||||||
networks:
|
networks:
|
||||||
- appnet
|
- appnet
|
||||||
commento-postgres:
|
commento-postgres:
|
||||||
|
@ -285,9 +285,9 @@ services:
|
||||||
condition: any
|
condition: any
|
||||||
image: postgres:11-alpine
|
image: postgres:11-alpine
|
||||||
environment:
|
environment:
|
||||||
POSTGRES_DB: commento
|
POSTGRES_DB: ${COMMENTO_POSTGRES_DB}
|
||||||
POSTGRES_USER: commento
|
POSTGRES_USER: ${COMMENTO_POSTGRES_USER}
|
||||||
POSTGRES_PASSWORD: your_password_here
|
POSTGRES_PASSWORD: ${COMMENTO_POSTGRES_PASSWORD}
|
||||||
networks:
|
networks:
|
||||||
- appnet
|
- appnet
|
||||||
volumes:
|
volumes:
|
||||||
|
|
Reference in New Issue