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