Fix env.sample

This commit is contained in:
2025-12-29 13:49:00 -05:00
parent bb361ec9d5
commit 9b3e311fdf
3 changed files with 7 additions and 25 deletions

View File

@ -125,11 +125,9 @@ services:
- django_sk
- django_sp
- oidc_rpcs
- collab_ss
- minio_rp
- minio_ru
- postgres_p
- y_api_key
- email_pass
celery:
@ -153,10 +151,8 @@ services:
- django_sk
- django_sp
- oidc_rpcs
- collab_ss
- minio_rp
- postgres_p
- y_api_key
- email_pass
db:
@ -233,10 +229,6 @@ services:
entrypoint: ["/usr/bin/docker-entrypoint.sh"]
volumes:
- minio:/data
# deploy:
# labels:
# backupbot.backup: "${ENABLE_BACKUPS:-true}"
# entrypoint: /abra-entrypoint.sh
configs:
- source: abra_entrypoint
target: /abra-entrypoint.sh
@ -318,18 +310,12 @@ secrets:
postgres_p:
external: true
name: ${STACK_NAME}_postgres_p_${SECRET_POSTGRES_P_VERSION}
collab_ss:
external: true
name: ${STACK_NAME}_collab_ss_${SECRET_COLLAB_SS_VERSION}
minio_rp:
external: true
name: ${STACK_NAME}_minio_rp_${SECRET_MINIO_RP_VERSION}
minio_ru:
external: true
name: ${STACK_NAME}_minio_ru_${SECRET_MINIO_RP_VERSION}
y_api_key:
external: true
name: ${STACK_NAME}_y_api_key_${SECRET_Y_API_KEY_VERSION}
email_pass:
external: true
name: ${STACK_NAME}_email_pass_${SECRET_EMAIL_PASS_VERSION}