Compare commits

...

2 Commits

Author SHA1 Message Date
ab63aae3f9 feat: move data for npm 2025-12-15 23:56:39 +00:00
432727f16b feat: use config root for gittea 2025-12-15 23:48:55 +00:00
2 changed files with 3 additions and 3 deletions

View File

@@ -24,5 +24,5 @@ services:
# DISABLE_IPV6: 'true'
volumes:
- ./data:/data
- ./letsencrypt:/etc/letsencrypt
- ${CONFIG_ROOT}/npm/data:/data
- ${CONFIG_ROOT}/npm/letsencrypt:/etc/letsencrypt

View File

@@ -15,7 +15,7 @@ services:
networks:
- gitea
volumes:
- ./gitea:/data
- ${CONFIG_ROOT}/gitea:/data
- /etc/timezone:/etc/timezone:ro
- /etc/localtime:/etc/localtime:ro
ports: