add variable in db
This commit is contained in:
parent
db8491f577
commit
ac3fecbaca
@ -1,4 +1,7 @@
|
|||||||
|
postgres_url: db.valczeryba.ovh
|
||||||
postgres_db: toto
|
postgres_db: toto
|
||||||
|
postgres_port: 54321
|
||||||
|
|
||||||
|
|
||||||
project_src: "/home/valentin/db"
|
project_src: "/home/valentin/db"
|
||||||
project_name: "covas-liquibase"
|
project_name: "covas-liquibase"
|
||||||
@ -11,6 +14,9 @@ docker_compose_file: "docker-compose-db.yml"
|
|||||||
|
|
||||||
project_env: "env-db.j2"
|
project_env: "env-db.j2"
|
||||||
|
|
||||||
|
redis_url: redis.valczeryba.ovh
|
||||||
|
redis_port: 63791
|
||||||
ports_tcp:
|
ports_tcp:
|
||||||
- 54321
|
- "{{ postgres_port }}"
|
||||||
- 63791
|
- "{{ redis_port }}"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user