chore: more spacing

This commit is contained in:
decentral1se 2021-10-05 09:41:16 +02:00
parent 818d474b43
commit afb6ec42a3
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 6 additions and 0 deletions

View File

@ -1,4 +1,6 @@
---
version: "3.8"
services:
app:
image: "gitea/gitea:1.14.5-rootless"
@ -50,6 +52,7 @@ services:
- "traefik.tcp.routers.${STACK_NAME}-ssh.entrypoints=gitea-ssh"
- "traefik.tcp.services.${STACK_NAME}-ssh.loadbalancer.server.port=${GITEA_SSH_PORT}"
- coop-cloud.${STACK_NAME}.app.version=1.14.3-rootless-597e2e5d
db:
image: "mariadb:10.6"
command: |
@ -72,6 +75,7 @@ networks:
internal:
proxy:
external: true
configs:
app_ini:
name: ${STACK_NAME}_app_ini_${APP_INI_VERSION}
@ -81,6 +85,7 @@ configs:
name: ${STACK_NAME}_docker_setup_sh_${DOCKER_SETUP_SH_VERSION}
file: docker-setup.sh.tmpl
template_driver: golang
secrets:
db_password:
name: ${STACK_NAME}_db_password_${SECRET_DB_PASSWORD_VERSION}
@ -97,6 +102,7 @@ secrets:
secret_key:
name: ${STACK_NAME}_secret_key_${SECRET_SECRET_KEY_VERSION}
external: true
volumes:
data:
config: