Skip to content
Snippets Groups Projects
Commit 92e6fda2 authored by Jan David Mol's avatar Jan David Mol
Browse files

L2SS-744: Persist archived data

parent a9e44401
No related branches found
No related tags found
1 merge request!301L2SS-744: Persist archived data
version: '2'
volumes:
archiver-timescale-data: {}
services:
archiver-timescale:
image: timescaledb
......@@ -12,6 +15,8 @@ services:
- "5432:5432/tcp"
extra_hosts:
- "host.docker.internal:host-gateway"
volumes:
- alerta-postgres-data:/var/lib/postgresql/data
depends_on:
- databaseds
environment:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment