Merge branch 'main' of ssh://git.gnous.eu:2222/enpls/docker-services
This commit is contained in:
commit
f69f87dd1c
2 changed files with 4 additions and 4 deletions
|
@ -12,7 +12,7 @@ volumes:
|
||||||
|
|
||||||
services:
|
services:
|
||||||
gitlab:
|
gitlab:
|
||||||
image: gitlab/gitlab-ce:17.5.0-ce.0
|
image: gitlab/gitlab-ce:17.5.1-ce.0
|
||||||
container_name: gitlab
|
container_name: gitlab
|
||||||
restart: always
|
restart: always
|
||||||
hostname: "gitlab.gnous.eu"
|
hostname: "gitlab.gnous.eu"
|
||||||
|
|
|
@ -13,7 +13,7 @@ services:
|
||||||
- mastodon
|
- mastodon
|
||||||
|
|
||||||
web:
|
web:
|
||||||
image: ghcr.io/mastodon/mastodon:v4.3.0
|
image: ghcr.io/mastodon/mastodon:v4.3.1
|
||||||
restart: always
|
restart: always
|
||||||
env_file:
|
env_file:
|
||||||
- path: .env.production
|
- path: .env.production
|
||||||
|
@ -44,7 +44,7 @@ services:
|
||||||
- "ofelia.job-exec.clean-account.command=tootctl accounts cull"
|
- "ofelia.job-exec.clean-account.command=tootctl accounts cull"
|
||||||
|
|
||||||
streaming:
|
streaming:
|
||||||
image: ghcr.io/mastodon/mastodon-streaming:v4.3.0
|
image: ghcr.io/mastodon/mastodon-streaming:v4.3.1
|
||||||
restart: always
|
restart: always
|
||||||
env_file:
|
env_file:
|
||||||
- path: .env.production
|
- path: .env.production
|
||||||
|
@ -70,7 +70,7 @@ services:
|
||||||
- "traefik.http.routers.mastodon-streaming.middlewares=proxyHeader@file,proxyError@file"
|
- "traefik.http.routers.mastodon-streaming.middlewares=proxyHeader@file,proxyError@file"
|
||||||
|
|
||||||
sidekiq:
|
sidekiq:
|
||||||
image: ghcr.io/mastodon/mastodon:v4.3.0
|
image: ghcr.io/mastodon/mastodon:v4.3.1
|
||||||
restart: always
|
restart: always
|
||||||
env_file:
|
env_file:
|
||||||
- path: .env.production
|
- path: .env.production
|
||||||
|
|
Loading…
Reference in a new issue