mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-29 23:08:06 +02:00
Renamed the mariadb, openldap and postgres database
This commit is contained in:
11
roles/svc-db-postgres/config/main.yml
Normal file
11
roles/svc-db-postgres/config/main.yml
Normal file
@@ -0,0 +1,11 @@
|
||||
hostname: "svc-db-postgres"
|
||||
network: "svc-db-postgres"
|
||||
port: 5432
|
||||
docker:
|
||||
images:
|
||||
# Postgis is necessary for mobilizon
|
||||
postgres: postgis/postgis
|
||||
versions:
|
||||
# Please set an version in your inventory file!
|
||||
# Rolling release isn't recommended
|
||||
postgres: "latest"
|
Reference in New Issue
Block a user