3 Commits

Author SHA1 Message Date
b3f00724d8 Update traefik Docker tag to v3 2024-10-03 08:00:23 +01:00
86934e3326 Add host-specific access log 2024-10-01 22:07:17 +01:00
45b816dba4 Update website configuration for granian 2024-10-01 21:43:55 +01:00
16 changed files with 19 additions and 16 deletions

View File

@ -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;

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -19,7 +19,7 @@ services:
- 4242:4242
db:
image: postgres:17-alpine
image: postgres:14-alpine
restart: unless-stopped
environment:
- POSTGRES_USER=quassel

View File

@ -22,7 +22,7 @@ services:
- traefik
db:
image: postgres:17-alpine
image: postgres:14-alpine
restart: unless-stopped
environment:
- POSTGRES_USER=synapse

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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 }}

View File

@ -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

View File

@ -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

View File

@ -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