mirror of
https://github.com/ZettaIO/restic-compose-backup.git
synced 2025-09-28 06:35:24 +00:00
Add postgres test container
This commit is contained in:
@@ -48,6 +48,18 @@ services:
|
||||
volumes:
|
||||
- mariadbdata:/var/lib/mysql
|
||||
|
||||
postgres:
|
||||
image: postgres
|
||||
labels:
|
||||
restic-volume-backup.postgres: true
|
||||
environment:
|
||||
- POSTGRES_USER=pguser
|
||||
- POSTGRES_PASSWORD=pgpassword
|
||||
- POSTGRES_DB=test
|
||||
volumes:
|
||||
- pgdata:/var/lib/postgresql/data
|
||||
|
||||
volumes:
|
||||
mysqldata:
|
||||
mariadbdata:
|
||||
mariadbdata:
|
||||
pgdata:
|
||||
|
Reference in New Issue
Block a user