Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
qtrinh2 committed Sep 12, 2024
1 parent 4742642 commit 46a580d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions django/docker-compose.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: {{ compose_stack_name }}
services:

{% set service = 'app' %}
{{ (template.volumes | selectattr('service', 'eq', service) }}
{% {{ (template.volumes | selectattr('service', 'eq', service) }} %}
app:
image: ghcr.io/{{ template.git.package.image_name }}:{{ template.git.package.tag }}
restart: always
Expand Down Expand Up @@ -42,7 +42,7 @@ services:
condition: service_healthy

{% set service = 'db' %}
{{ (template.volumes | selectattr('service', 'eq', service) }}
{% {{ (template.volumes | selectattr('service', 'eq', service) }} %}
db:
image: postgres:12
restart: always
Expand Down

0 comments on commit 46a580d

Please sign in to comment.