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