Compare commits
3 Commits
renovate/p
...
renovate/t
Author | SHA1 | Date | |
---|---|---|---|
b3f00724d8 | |||
86934e3326 | |||
45b816dba4 |
@ -7,6 +7,8 @@ server {
|
||||
server_name {{ server_name }};
|
||||
set $upstream {{ upstream }};
|
||||
|
||||
access_log /var/log/nginx/{{ server_name|split|first }}.log main;
|
||||
|
||||
ssl_certificate {{ ssl_cert_path }}/fullchain.pem;
|
||||
ssl_certificate_key {{ ssl_cert_path }}/privkey.pem;
|
||||
ssl_trusted_certificate {{ ssl_cert_path }}/chain.pem;
|
||||
|
@ -57,7 +57,7 @@ services:
|
||||
- server
|
||||
|
||||
db:
|
||||
image: postgres:17-alpine
|
||||
image: postgres:15-alpine
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- /mnt/speed/dbs/postgres/authentik:/var/lib/postgresql/data
|
||||
|
@ -14,7 +14,7 @@ services:
|
||||
- BASE_URL=https://comentario.theorangeone.net
|
||||
|
||||
db:
|
||||
image: postgres:17-alpine
|
||||
image: postgres:14-alpine
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- ./postgres:/var/lib/postgresql/data
|
||||
|
@ -29,7 +29,7 @@ services:
|
||||
- traefik
|
||||
|
||||
db:
|
||||
image: postgres:17-alpine
|
||||
image: postgres:14-alpine
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- /mnt/speed/dbs/postgres/gitea:/var/lib/postgresql/data
|
||||
|
@ -41,7 +41,7 @@ services:
|
||||
- traefik.http.services.mastodon-mastodon.loadbalancer.server.scheme=https
|
||||
|
||||
db:
|
||||
image: postgres:17-alpine
|
||||
image: postgres:14-alpine
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- /mnt/speed/dbs/postgres/mastodon:/var/lib/postgresql/data
|
||||
|
@ -43,7 +43,7 @@ services:
|
||||
hard: 262144
|
||||
|
||||
db:
|
||||
image: postgres:17-alpine
|
||||
image: postgres:14-alpine
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- ./postgres:/var/lib/postgresql/data
|
||||
|
@ -35,7 +35,7 @@ services:
|
||||
- renderer
|
||||
|
||||
db:
|
||||
image: postgres:17-alpine
|
||||
image: postgres:14-alpine
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- /mnt/speed/dbs/postgres/grafana/:/var/lib/postgresql/data
|
||||
|
@ -19,7 +19,7 @@ services:
|
||||
- 4242:4242
|
||||
|
||||
db:
|
||||
image: postgres:17-alpine
|
||||
image: postgres:14-alpine
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
- POSTGRES_USER=quassel
|
||||
|
@ -22,7 +22,7 @@ services:
|
||||
- traefik
|
||||
|
||||
db:
|
||||
image: postgres:17-alpine
|
||||
image: postgres:14-alpine
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
- POSTGRES_USER=synapse
|
||||
|
@ -53,7 +53,7 @@ services:
|
||||
- app
|
||||
|
||||
db:
|
||||
image: postgres:17-alpine
|
||||
image: postgres:14-alpine
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- /mnt/speed/dbs/postgres/tt-rss:/var/lib/postgresql/data
|
||||
|
@ -35,7 +35,7 @@ services:
|
||||
- /mnt/speed/dbs/redis/wallabag:/data
|
||||
|
||||
db:
|
||||
image: postgres:17-alpine
|
||||
image: postgres:14-alpine
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- /mnt/speed/dbs/postgres/wallabag/:/var/lib/postgresql/data
|
||||
|
@ -34,7 +34,7 @@ services:
|
||||
- /opt/recipes/staticfiles
|
||||
|
||||
db:
|
||||
image: postgres:17-alpine
|
||||
image: postgres:14-alpine
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- /mnt/speed/dbs/postgres/tandoor/:/var/lib/postgresql/data
|
||||
|
@ -1,6 +1,6 @@
|
||||
services:
|
||||
traefik:
|
||||
image: traefik:v2.11
|
||||
image: traefik:v3.2
|
||||
user: "{{ docker_user.id }}"
|
||||
environment:
|
||||
- CF_DNS_API_TOKEN={{ vault_cloudflare_api_token }}
|
||||
|
@ -35,7 +35,7 @@ services:
|
||||
- traefik
|
||||
|
||||
db:
|
||||
image: postgres:17-alpine
|
||||
image: postgres:14-alpine
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- /mnt/speed/dbs/postgres/vaultwarden/:/var/lib/postgresql/data
|
||||
|
@ -38,7 +38,7 @@ services:
|
||||
- traefik
|
||||
|
||||
db:
|
||||
image: postgres:17-alpine
|
||||
image: postgres:14-alpine
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- /mnt/speed/dbs/postgres/vikunja/:/var/lib/postgresql/data
|
||||
|
@ -14,7 +14,8 @@ services:
|
||||
- UNSPLASH_CLIENT_ID={{ vault_unsplash_client_id }}
|
||||
- SENTRY_DSN={{ vault_website_sentry_dsn }}
|
||||
- BASE_HOSTNAME=theorangeone.net
|
||||
- WEB_CONCURRENCY=5
|
||||
- GRANIAN_WORKERS=2
|
||||
- GRANIAN_BLOCKING_THREADS=2
|
||||
- SEO_INDEX=true
|
||||
- ACTIVITYPUB_HOST=mastodon.theorangeone.net
|
||||
volumes:
|
||||
@ -28,7 +29,7 @@ services:
|
||||
- redis
|
||||
|
||||
db:
|
||||
image: postgres:17-alpine
|
||||
image: postgres:14-alpine
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- ./postgres:/var/lib/postgresql/data
|
||||
|
Reference in New Issue
Block a user