updated prod playbook

This commit is contained in:
Yannic Kilcher
2023-01-16 23:32:09 +01:00
parent b0ce816e15
commit 4eb97daee0
+1 -1
View File
@@ -90,7 +90,7 @@
image: woblerr/pgbackrest:2.43
state: "{{ 'started' if stack_name == 'production' else 'absent' }}"
network_mode: "oasst-{{ stack_name }}"
command: [sleep, infinity]
entrypoint: ["/bin/bash", "-c", "sleep infinity"]
volumes:
- "./{{ stack_name }}/pgbackrest.conf:/etc/pgbackrest/pgbackrest.conf"
- "oasst-{{ stack_name }}-postgres-backend:/var/lib/postgresql/data"