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 4a28a78 commit 46f5529
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions django/docker-compose.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ name: {{ compose_stack_name }}
services:

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

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

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

db:
image: postgres:12
restart: always
Expand Down

0 comments on commit 46f5529

Please sign in to comment.