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_port: 54321
|
||||
|
||||
|
||||
project_src: "/home/valentin/db"
|
||||
project_name: "covas-liquibase"
|
||||
@ -11,6 +14,9 @@ docker_compose_file: "docker-compose-db.yml"
|
||||
|
||||
project_env: "env-db.j2"
|
||||
|
||||
redis_url: redis.valczeryba.ovh
|
||||
redis_port: 63791
|
||||
ports_tcp:
|
||||
- 54321
|
||||
- 63791
|
||||
- "{{ postgres_port }}"
|
||||
- "{{ redis_port }}"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user