generated from coop-cloud/example
Compare commits
1 Commits
0.4.1+0.64
...
smtp
Author | SHA1 | Date | |
---|---|---|---|
3c9ea7e608 |
@ -8,7 +8,6 @@ services:
|
|||||||
environment:
|
environment:
|
||||||
- GOOGLE_CLIENT_ID
|
- GOOGLE_CLIENT_ID
|
||||||
- GOOGLE_ENABLED
|
- GOOGLE_ENABLED
|
||||||
- ALLOWED_DOMAINS
|
|
||||||
|
|
||||||
secrets:
|
secrets:
|
||||||
google_client_secret:
|
google_client_secret:
|
||||||
|
14
compose.smtp.yml
Normal file
14
compose.smtp.yml
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
---
|
||||||
|
version: "3.8"
|
||||||
|
|
||||||
|
services:
|
||||||
|
app:
|
||||||
|
environment:
|
||||||
|
- SMTP_HOST
|
||||||
|
- SMTP_PORT
|
||||||
|
- SMTP_USERNAME
|
||||||
|
- SMTP_PASSWORD
|
||||||
|
- SMTP_FROM_EMAIL
|
||||||
|
- SMTP_REPLY_EMAIL
|
||||||
|
- SMTP_SECURE
|
||||||
|
- SMTP_TLS_CIPHERS
|
@ -3,10 +3,11 @@ version: "3.8"
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
app:
|
app:
|
||||||
|
# entrypoint: ['tail', '-f', '/dev/null']
|
||||||
networks:
|
networks:
|
||||||
- backend
|
- backend
|
||||||
- proxy
|
- proxy
|
||||||
image: outlinewiki/outline:0.64.4
|
image: outlinewiki/outline:0.64.3
|
||||||
secrets:
|
secrets:
|
||||||
- aws_secret_key
|
- aws_secret_key
|
||||||
- db_password
|
- db_password
|
||||||
@ -17,6 +18,7 @@ services:
|
|||||||
target: /docker-entrypoint.sh
|
target: /docker-entrypoint.sh
|
||||||
mode: 0555
|
mode: 0555
|
||||||
environment:
|
environment:
|
||||||
|
- DEBUG
|
||||||
- AWS_ACCESS_KEY_ID
|
- AWS_ACCESS_KEY_ID
|
||||||
- AWS_REGION
|
- AWS_REGION
|
||||||
- AWS_S3_ACL
|
- AWS_S3_ACL
|
||||||
@ -43,7 +45,7 @@ services:
|
|||||||
- "traefik.http.routers.${STACK_NAME}.rule=Host(`${DOMAIN}`${EXTRA_DOMAINS})"
|
- "traefik.http.routers.${STACK_NAME}.rule=Host(`${DOMAIN}`${EXTRA_DOMAINS})"
|
||||||
- "traefik.http.routers.${STACK_NAME}.entrypoints=web-secure"
|
- "traefik.http.routers.${STACK_NAME}.entrypoints=web-secure"
|
||||||
- "traefik.http.routers.${STACK_NAME}.tls.certresolver=${LETS_ENCRYPT_ENV}"
|
- "traefik.http.routers.${STACK_NAME}.tls.certresolver=${LETS_ENCRYPT_ENV}"
|
||||||
- "coop-cloud.${STACK_NAME}.version=0.4.1+0.64.4"
|
- "coop-cloud.${STACK_NAME}.version=0.4.0+0.64.3"
|
||||||
## Redirect from EXTRA_DOMAINS to DOMAIN
|
## Redirect from EXTRA_DOMAINS to DOMAIN
|
||||||
#- "traefik.http.routers.${STACK_NAME}.middlewares=${STACK_NAME}-redirect"
|
#- "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.SSLForceHost=true"
|
||||||
|
Reference in New Issue
Block a user