mirror of
https://github.com/ZettaIO/restic-compose-backup.git
synced 2025-12-14 01:44:59 +00:00
Update local dev compose and stack setup
This commit is contained in:
@@ -10,8 +10,14 @@ services:
|
||||
- MYSQL_DATABASE=mydb
|
||||
- MYSQL_USER=myuser
|
||||
- MYSQL_PASSWORD=mypassword
|
||||
networks:
|
||||
- global
|
||||
volumes:
|
||||
- mariadbdata:/var/lib/mysql
|
||||
|
||||
volumes:
|
||||
mariadbdata:
|
||||
|
||||
networks:
|
||||
global:
|
||||
external: true
|
||||
|
||||
Reference in New Issue
Block a user