forked from coop-cloud/gitea
		
	chore: more spacing
This commit is contained in:
		| @ -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: | ||||
|  | ||||
		Reference in New Issue
	
	Block a user