Adding profiles to Gitea containers to exclude from Compose.

This commit is contained in:
2025-06-17 07:12:18 -04:00
parent 08367b7b0b
commit 99d2048417
+2
View File
@@ -1395,6 +1395,7 @@ services:
ports: ports:
- 3013:3000 - 3013:3000
- 222:22 - 222:22
profiles: ["ci-exclude"]
restart: always restart: always
volumes: volumes:
- source: ${DOCKER_VOLUME_CONFIG}/gitea - source: ${DOCKER_VOLUME_CONFIG}/gitea
@@ -1451,6 +1452,7 @@ services:
image: gitea/act_runner:latest image: gitea/act_runner:latest
ports: ports:
- 63604:63604 - 63604:63604
profiles: ["ci-exclude"]
restart: always restart: always
volumes: volumes:
- ${DOCKER_VOLUME_CONFIG}/gitea/act-runner/config.yaml:/config.yaml - ${DOCKER_VOLUME_CONFIG}/gitea/act-runner/config.yaml:/config.yaml