deploy(docker): expose logs directory

This commit is contained in:
MingxuanGame
2025-08-19 10:13:26 +08:00
parent be7ca57c41
commit dec29bc013
4 changed files with 10 additions and 0 deletions

View File

@@ -29,7 +29,9 @@ services:
condition: service_healthy
volumes:
- ./replays:/app/replays
- ./storage:/app/storage
- ./static:/app/static
- ./logs:/app/logs
restart: unless-stopped
networks:
- osu-network