Skip to content
Snippets Groups Projects

L2SS-744: Persist archived data

Merged Jan David Mol requested to merge L2SS-744-persistent-archiverdb into master
1 file
+ 5
0
Compare changes
  • Side-by-side
  • Inline
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:
Loading