Skip to content

Commit 3fcb080

Browse files
authored
Merge pull request #46 from igolman/chore/update-mariadb-env-variables-in-compose #none
chore: update mariadb env variables in compose file
2 parents 97306fe + 9854f68 commit 3fcb080

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

docker-compose.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,10 @@ services:
5353
labels:
5454
stack-back.mariadb: true
5555
environment:
56-
- MYSQL_ROOT_PASSWORD=my-secret-pw
57-
- MYSQL_DATABASE=mydb
58-
- MYSQL_USER=myuser
59-
- MYSQL_PASSWORD=mypassword
56+
- MARIADB_ROOT_PASSWORD=my-secret-pw
57+
- MARIADB_DATABASE=mydb
58+
- MARIADB_USER=myuser
59+
- MARIADB_PASSWORD=mypassword
6060
volumes:
6161
- mariadbdata:/var/lib/mysql
6262

src/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
[project]
22
name = "restic_compose_backup"
3+
34
version = "1.4.1"
45
description = "Backup Docker Compose volumes and databases with Restic"
56
requires-python = ">=3.12"
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1+
12
__version__ = "1.4.1"

0 commit comments

Comments
 (0)