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 46f5529 commit 9092184
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 @@ -3,7 +3,7 @@ name: {{ compose_stack_name }}

services:

{%- set service = 'app' -%}
{% set service = 'app' %}

app:
image: ghcr.io/{{ template.git.package.image_name }}:{{ template.git.package.tag }}
Expand Down Expand Up @@ -44,7 +44,7 @@ services:
db:
condition: service_healthy

{%- set service = 'db' -%}
{% set service = 'db' %}

db:
image: postgres:12
Expand Down

0 comments on commit 9092184

Please sign in to comment.