add port to environment
This commit is contained in:
parent
69efe5787d
commit
e5174cb1c6
2 changed files with 3 additions and 0 deletions
|
@ -10,3 +10,5 @@ cat_postgres_user: cat_user
|
||||||
cat_postgres_password: "{{ vault_cat_postgres_password }}"
|
cat_postgres_password: "{{ vault_cat_postgres_password }}"
|
||||||
|
|
||||||
cat_git_destination: /home/{{ cat_user }}/cat_src
|
cat_git_destination: /home/{{ cat_user }}/cat_src
|
||||||
|
|
||||||
|
port: 3000
|
||||||
|
|
|
@ -79,3 +79,4 @@
|
||||||
shell: java -jar {{cat_git_destination }}/target/uberjar/cat.jar
|
shell: java -jar {{cat_git_destination }}/target/uberjar/cat.jar
|
||||||
environment:
|
environment:
|
||||||
DATABASE_URL: "postgresql://localhost:5432/{{ cat_postgres_db }}?user={{ cat_postgres_user }}&password={{ cat_postgres_password }}"
|
DATABASE_URL: "postgresql://localhost:5432/{{ cat_postgres_db }}?user={{ cat_postgres_user }}&password={{ cat_postgres_password }}"
|
||||||
|
PORT: "{{ port }}"
|
||||||
|
|
Loading…
Reference in a new issue