Compare commits

...

2 Commits

Author SHA1 Message Date
7c16255c61 Merge pull request 'fix' (#119) from master into prod
Reviewed-on: https://gitea.chocomarsh.com/self/infra/pulls/119
2025-07-10 18:12:17 +03:00
Egor Matveev
cafd2be45a fix
Some checks failed
Deploy Prod / Build (pull_request) Successful in 3m27s
Deploy Prod / Push (pull_request) Successful in 1m43s
Deploy Prod / prepare (pull_request) Successful in 9s
Deploy Prod / Deploy prod (pull_request) Failing after 17s
2025-07-10 18:11:44 +03:00
2 changed files with 18 additions and 0 deletions

View File

@ -26,6 +26,22 @@ services:
update_config:
parallelism: 1
# order: start-first
authelia:
image: authelia/authelia
networks:
- commom-infra-nginx
volumes:
- '/sprint-data/authelia:/config'
deploy:
mode: replicated
replicas: 1
restart_policy:
condition: any
placement:
constraints: [node.labels.stage == production]
update_config:
parallelism: 1
grafana:
image: grafana/grafana

View File

@ -16,6 +16,8 @@ mkdir /sprint-data/certs || true
mkdir /sprint-data/gitea || true
mkdir /sprint-data/clickhouse || true
mkdir /sprint-data/grafana || true
mkdir /sprint-data/authelia || true
chmod 777 /sprint-data/authelia
chmod 777 /sprint-data/redis
chmod 777 /sprint-data/rabbitmq
chmod 777 /sprint-data/gitea