Update mygit/docker-compose.yml

Change to work on local data stores rather than microCeph shared folders
This commit is contained in:
2026-04-14 11:43:30 +01:00
parent 87366ff500
commit e2f5aa6e27

View File

@@ -13,7 +13,7 @@ services:
- ENABLE_PUSH_CREATE_ORG=true - ENABLE_PUSH_CREATE_ORG=true
restart: unless-stopped restart: unless-stopped
volumes: volumes:
- /mnt/cephfs/docker/gitea:/data - /data/docker/gitea:/data
- /etc/timezone:/etc/timezone:ro - /etc/timezone:/etc/timezone:ro
- /etc/localtime:/etc/localtime:ro - /etc/localtime:/etc/localtime:ro
ports: ports:
@@ -32,4 +32,4 @@ services:
- POSTGRES_PASSWORD=gitea - POSTGRES_PASSWORD=gitea
- POSTGRES_DB=gitea - POSTGRES_DB=gitea
volumes: volumes:
- /mnt/cephfs/docker/postgres:/var/lib/postgresql/data - /data/docker/postgres:/var/lib/postgresql/data