mirror of
https://gitlab.com/rusty-bever/deployment.git
synced 2026-04-08 06:05:47 +02:00
Merge branch 'master' of gitlab.com:rusty-bever/deployment
This commit is contained in:
commit
2c8ef48c6b
1 changed files with 4 additions and 4 deletions
|
|
@ -2,7 +2,7 @@ version: '3.4'
|
||||||
|
|
||||||
services:
|
services:
|
||||||
app:
|
app:
|
||||||
image: 'nextcloud:23.0.3-apache'
|
image: 'nextcloud:23.0.6-apache'
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
mode: 'replicated'
|
mode: 'replicated'
|
||||||
|
|
@ -48,7 +48,7 @@ services:
|
||||||
- 'root:/var/www/html'
|
- 'root:/var/www/html'
|
||||||
|
|
||||||
cron:
|
cron:
|
||||||
image: 'nextcloud:23.0.3-apache'
|
image: 'nextcloud:23.0.6-apache'
|
||||||
entrypoint: '/cron.sh'
|
entrypoint: '/cron.sh'
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
|
|
@ -76,7 +76,7 @@ services:
|
||||||
- 'root:/var/www/html'
|
- 'root:/var/www/html'
|
||||||
|
|
||||||
db:
|
db:
|
||||||
image: 'postgres:14.2-alpine'
|
image: 'postgres:14.4-alpine'
|
||||||
|
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: pg_isready -U nextcloud
|
test: pg_isready -U nextcloud
|
||||||
|
|
@ -100,7 +100,7 @@ services:
|
||||||
- 'db-data:/var/lib/postgresql/data'
|
- 'db-data:/var/lib/postgresql/data'
|
||||||
|
|
||||||
redis:
|
redis:
|
||||||
image: 'redis:6.2.6-alpine'
|
image: 'redis:6.2.7-alpine'
|
||||||
|
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: 'redis-cli -h localhost ping'
|
test: 'redis-cli -h localhost ping'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue