Moving gitea-sonarqube-bot and related services to rinoa-infra profile.
This commit is contained in:
+3
-3
@@ -1935,7 +1935,7 @@ services:
|
|||||||
GITEA_SQ_BOT_CONFIG_PATH: /home/bot/config/config.yaml
|
GITEA_SQ_BOT_CONFIG_PATH: /home/bot/config/config.yaml
|
||||||
ports:
|
ports:
|
||||||
- 58525:58525
|
- 58525:58525
|
||||||
profiles: ["rinoa-apps"]
|
profiles: ["rinoa-infra"]
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- ${DOCKER_VOLUME_CONFIG}/gitea/sonarqube-bot/:/home/bot/config/
|
- ${DOCKER_VOLUME_CONFIG}/gitea/sonarqube-bot/:/home/bot/config/
|
||||||
@@ -6085,7 +6085,7 @@ services:
|
|||||||
ports:
|
ports:
|
||||||
- 9003:9000
|
- 9003:9000
|
||||||
read_only: true
|
read_only: true
|
||||||
profiles: ["rinoa-apps"]
|
profiles: ["rinoa-infra"]
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
sonarqube-pg-db:
|
sonarqube-pg-db:
|
||||||
container_name: sonarqube-pg-db
|
container_name: sonarqube-pg-db
|
||||||
@@ -6099,7 +6099,7 @@ services:
|
|||||||
timeout: 5s
|
timeout: 5s
|
||||||
retries: 5
|
retries: 5
|
||||||
image: postgres:17-alpine
|
image: postgres:17-alpine
|
||||||
profiles: ["rinoa-apps"]
|
profiles: ["rinoa-infra"]
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- sonarqube-db:/var/lib/postgresql
|
- sonarqube-db:/var/lib/postgresql
|
||||||
|
|||||||
Reference in New Issue
Block a user