2 Commits

Author SHA1 Message Date
f
e389e3a14b fix: don't use templating on .env.sample 2024-11-05 09:57:24 -03:00
3wc
580ad3acdc chore: publish 0.1.1+1.27.1 release
All checks were successful
continuous-integration/drone/push Build is passing
2024-10-02 13:30:41 -04:00
2 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
TYPE=funkwhale TYPE=funkwhale
DOMAIN={{ .Domain }} DOMAIN=funkwhale.example.com
LETS_ENCRYPT_ENV=production LETS_ENCRYPT_ENV=production
SECRET_DB_PASSWORD_VERSION=v1 SECRET_DB_PASSWORD_VERSION=v1
@ -15,7 +15,7 @@ FUNKWHALE_WEB_WORKERS=4
# Replace this by the definitive, public domain you will use for # Replace this by the definitive, public domain you will use for
# your instance. It cannot be changed after initial deployment # your instance. It cannot be changed after initial deployment
# without breaking your instance. # without breaking your instance.
FUNKWHALE_HOSTNAME={{ .Domain }} FUNKWHALE_HOSTNAME=funkwhale.example.com
FUNKWHALE_PROTOCOL=https FUNKWHALE_PROTOCOL=https
# Log level (debug, info, warning, error, critical) # Log level (debug, info, warning, error, critical)

View File

@ -32,7 +32,7 @@ x-volumes: &default-volumes
services: services:
app: app:
image: nginx:1.25.3 image: nginx:1.27.1
environment: *default-env environment: *default-env
volumes: *default-volumes volumes: *default-volumes
configs: configs:
@ -50,7 +50,7 @@ services:
- "traefik.http.routers.${STACK_NAME}.rule=Host(`${DOMAIN}`)" - "traefik.http.routers.${STACK_NAME}.rule=Host(`${DOMAIN}`)"
- "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.1.0+1.25.3" - "coop-cloud.${STACK_NAME}.version=0.1.1+1.27.1"
celeryworker: celeryworker:
image: funkwhale/funkwhale:1.2 image: funkwhale/funkwhale:1.2