6 Commits

Author SHA1 Message Date
d1fcc7a6fa chore: publish 0.3.1+2.8.9 release 2022-11-22 15:59:26 +01:00
41f7c0089e feat: set notification e-mail 2022-11-22 15:58:04 +01:00
3wc
fa42eedcfc chore: publish 0.3.0+2.8.9 release 2022-10-18 22:44:24 -04:00
3wc
0376930563 chore: publish 0.2.1+2.8.9 release 2022-10-18 22:09:59 -04:00
3wc
0b2759f9ee Add proxy network for drone 2022-03-26 01:37:26 +02:00
3wc
fa5c18672b chore: publish 0.2.0+2.8.1 release 2022-03-23 00:33:07 +02:00
3 changed files with 10 additions and 5 deletions

View File

@ -11,6 +11,8 @@ steps:
purge: true
deploy_key:
from_secret: drone_ssh_swarm_test
networks:
- proxy
environment:
DOMAIN: discourse.swarm-test.autonomic.zone
STACK_NAME: discourse

View File

@ -11,6 +11,8 @@ LETS_ENCRYPT_ENV=production
#DISCOURSE_SMTP_USER=
#DISCOURSE_SMTP_PROTOCOL=
#DISCOURSE_SMTP_AUTH=
# Set this if you send e-mails from a different domain than noreply@$DOMAIN
#DISCOURSE_NOTIFICATION_EMAIL=$SMTP_USER
# SMTP authentication
#COMPOSE_FILE="compose.yml:compose.smtpauth.yml"

View File

@ -3,7 +3,7 @@ version: "3.8"
services:
app:
image: bitnami/discourse:2.7.10
image: bitnami/discourse:2.8.9
networks:
- proxy
- internal
@ -20,6 +20,7 @@ services:
- DISCOURSE_SMTP_USER
- DISCOURSE_SMTP_PROTOCOL
- DISCOURSE_SMTP_AUTH
- DISCOURSE_NOTIFICATION_EMAIL
volumes:
- 'discourse_data:/bitnami/discourse'
secrets:
@ -41,7 +42,7 @@ services:
#- "traefik.http.routers.${STACK_NAME}.middlewares=${STACK_NAME}-redirect"
#- "traefik.http.middlewares.${STACK_NAME}-redirect.headers.SSLForceHost=true"
#- "traefik.http.middlewares.${STACK_NAME}-redirect.headers.SSLHost=${DOMAIN}"
- "coop-cloud.${STACK_NAME}.version=0.1.0+2.7.7"
- "coop-cloud.${STACK_NAME}.version=0.3.1+2.8.9"
# healthcheck:
# test: ["CMD", "curl", "-f", "http://localhost:3000"]
# interval: 30s
@ -50,7 +51,7 @@ services:
# start_period: 1m
db:
image: postgres:11-alpine
image: postgres:13-alpine
networks:
- internal
secrets:
@ -64,14 +65,14 @@ services:
- POSTGRES_PASSWORD_FILE=/run/secrets/db_password
redis:
image: redis:6.0-alpine
image: redis:7.0-alpine
networks:
- internal
volumes:
- 'redis_data:/data'
sidekiq:
image: bitnami/discourse:2.7.7
image: bitnami/discourse:2.8.9
networks:
- internal
depends_on: