Adding profiles to Gitea containers to exclude from Compose.
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user