mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-07-18 14:34:24 +02:00
11 lines
386 B
YAML
11 lines
386 B
YAML
hostname: "svc-db-postgres"
|
|
network: "<< defaults_applications[svc-db-postgres].hostname >>"
|
|
volume: "<< defaults_applications[svc-db-postgres].hostname >>"
|
|
docker:
|
|
services:
|
|
postgres:
|
|
# Postgis is necessary for mobilizon
|
|
image: postgis/postgis
|
|
# Please set an version in your inventory file!
|
|
# Rolling release isn't recommended
|
|
version: "latest" |