deploy: prefix staging container names

This commit is contained in:
2026-03-09 14:32:29 +01:00
parent dc0e31060e
commit ca80c3e6c7

View File

@@ -1,7 +1,7 @@
services: services:
asn-header: asn-header:
image: gitea.mindboost.team/mindboost/education-flagger-header:${IMAGE_TAG} image: gitea.mindboost.team/mindboost/education-flagger-header:${IMAGE_TAG}
container_name: asn-header container_name: staging-asn-header
restart: unless-stopped restart: unless-stopped
env_file: .env env_file: .env
environment: environment:
@@ -21,7 +21,7 @@ services:
asn-updater: asn-updater:
image: gitea.mindboost.team/mindboost/education-flagger-updater:${IMAGE_TAG} image: gitea.mindboost.team/mindboost/education-flagger-updater:${IMAGE_TAG}
container_name: asn-updater container_name: staging-asn-updater
restart: unless-stopped restart: unless-stopped
env_file: .env env_file: .env
healthcheck: healthcheck:
@@ -42,3 +42,4 @@ networks:
volumes: volumes:
asn_data: asn_data:
name: staging_asn_data