mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-07-02 23:22:02 +02:00
11 lines
249 B
YAML
11 lines
249 B
YAML
hostname: "central-postgres"
|
|
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"
|
|
|