giles
/
stack
Arşivlenmiş
1
1
Çatalla 0

add commento postgressql
continuous-integration/drone/push Build is failing Ayrıntılar

Bu işleme şunda yer alıyor:
Giles Bradshaw 2020-05-03 20:31:30 +01:00
ebeveyn 9969e56150
işleme e74ea07154
1 değiştirilmiş dosya ile 18 ekleme ve 1 silme

Dosyayı Görüntüle

@ -252,7 +252,23 @@ services:
networks:
- appnet
commento-postgres:
deploy:
placement:
constraints: [node.labels.com.sigyl.git-stack-data == yes]
replicas: 1
restart_policy:
condition: any
image: postgres:11-alpine
restart: always
environment:
POSTGRES_DB: commento
POSTGRES_USER: commento
POSTGRES_PASSWORD: your_password_here
networks:
- appnet
volumes:
- copmmento-postgresql-data:/var/lib/postgresql/data
guacamole-postgresql:
# database for guacamole
deploy:
@ -375,6 +391,7 @@ volumes:
registry-data:
registry-cache-data:
guacamole-postgresql-data:
commento-postgresql-data:
letsencrypt-git:
letsencrypt-drone:
ghost-content: