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

Merge branch 'L2SS-744-persistent-archiverdb' into 'master'

L2SS-744: Persist archived data

Closes L2SS-744

See merge request !301
parents a9e44401 92e6fda2
No related branches found
No related tags found
1 merge request!301L2SS-744: Persist archived data
version: '2' version: '2'
volumes:
archiver-timescale-data: {}
services: services:
archiver-timescale: archiver-timescale:
image: timescaledb image: timescaledb
...@@ -12,6 +15,8 @@ services: ...@@ -12,6 +15,8 @@ services:
- "5432:5432/tcp" - "5432:5432/tcp"
extra_hosts: extra_hosts:
- "host.docker.internal:host-gateway" - "host.docker.internal:host-gateway"
volumes:
- alerta-postgres-data:/var/lib/postgresql/data
depends_on: depends_on:
- databaseds - databaseds
environment: 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