Bump version + bump reqs and base image

This commit is contained in:
einarf
2023-03-08 23:09:05 +01:00
parent b52655a23b
commit be3b3668bc
5 changed files with 20 additions and 13 deletions

View File

@@ -4,13 +4,13 @@ services:
build: ./src
env_file:
- restic_compose_backup.env
- alerts.env
# - alerts.env
labels:
restic-compose-backup.volumes: true
restic-compose-backup.volumes.include: 'src'
networks:
- default
- global
# networks:
# - default
# - global
volumes:
# Map in docker socket
- /var/run/docker.sock:/tmp/docker.sock:ro
@@ -67,11 +67,16 @@ services:
volumes:
- pgdata:/var/lib/postgresql/data
# InfluxDB OSS
# influxdb:
# image: influxdb:1.8
volumes:
mysqldata:
mariadbdata:
pgdata:
# influx_data:
networks:
global:
external: true
# networks:
# global:
# external: true