Skip to content

Commit

Permalink
Option only avaliable on Traefik 3
Browse files Browse the repository at this point in the history
  • Loading branch information
josep-tecnativa committed Jul 3, 2024
1 parent 9e3c667 commit 9389797
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion copier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -406,13 +406,14 @@ postgres_password:
postgres_exposed:
default: false
type: bool
when: "{{ traefik_version == 3 }}"
help: >-
Do you want to expose database service?
postgres_exposed_port:
default: 5432
type: int
when: &db_exposed "{{ postgres_exposed and true }}"
when: &db_exposed "{{ traefik_version == 3 and postgres_exposed }}"
help: >-
Indicate the port to connect to the database.
Expand Down

0 comments on commit 9389797

Please sign in to comment.