add mongo docker

This commit is contained in:
2023-01-10 21:58:12 +01:00
parent f36366a319
commit f7622d10a6
4 changed files with 31 additions and 15 deletions

View File

@@ -17,8 +17,11 @@ project_env: "env-db.j2"
redis_url: redis.valczeryba.ovh
redis_port: 63791
mongo_port: 28017
ports_tcp:
- "{{ postgres_port }}"
- "{{ redis_port }}"
- "{{ mongo_port }}"
covas_liquibase: false