Refactored application variables

This commit is contained in:
2025-02-03 11:44:13 +01:00
parent ce13beff68
commit b11879650c
60 changed files with 294 additions and 255 deletions

View File

@@ -5,7 +5,7 @@ services:
{% include 'templates/docker/services/redis.yml.j2' %}
application:
image: zknt/pixelfed:{{pixelfed_version}}
image: zknt/pixelfed:{{applications.pixelfed.version}}
restart: {{docker_restart_policy}}
logging:
driver: journald
@@ -19,7 +19,7 @@ services:
{% include 'templates/docker/container/depends-on-database-redis.yml.j2' %}
{% include 'templates/docker/container/networks.yml.j2' %}
worker:
image: zknt/pixelfed:{{pixelfed_version}}
image: zknt/pixelfed:{{applications.pixelfed.version}}
restart: {{docker_restart_policy}}
logging:
driver: journald

View File

@@ -2,7 +2,7 @@
APP_KEY={{pixelfed_app_key}}
## General Settings
APP_NAME="{{pixelfed_app_name}}"
APP_NAME="{{applications.pixelfed.titel}}"
APP_ENV=production
APP_DEBUG=false
APP_URL=https://{{domain}}