This commit is contained in:
2026-01-06 13:22:46 +01:00
parent 4ddf4656a1
commit b0e7d6a40a

View File

@@ -7,8 +7,8 @@ services:
volumes:
- ./data:/data
- ./src:/data/src
- .Cargo.lock:/data/.Cargo.lock
- .Cargo.toml:/data/.Cargo.toml
- .Cargo.lock:/data/Cargo.lock
- .Cargo.toml:/data/Cargo.toml
- /etc/localtime:/etc/localtime:ro
environment:
- TZ="Europe/Rome"