Added versions

This commit is contained in:
2025-01-20 18:29:40 +01:00
parent 77f4571316
commit 1a117e47b5
21 changed files with 69 additions and 28 deletions

View File

@@ -5,7 +5,7 @@ services:
{% include 'templates/docker/services/redis.yml.j2' %}
application:
image: zknt/pixelfed
image: zknt/pixelfed:{{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
image: zknt/pixelfed:{{pixelfed_version}}
restart: {{docker_restart_policy}}
logging:
driver: journald