Update mygit/docker-compose.yml
Change to work on local data stores rather than microCeph shared folders
This commit is contained in:
@@ -13,7 +13,7 @@ services:
|
||||
- ENABLE_PUSH_CREATE_ORG=true
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- /mnt/cephfs/docker/gitea:/data
|
||||
- /data/docker/gitea:/data
|
||||
- /etc/timezone:/etc/timezone:ro
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
ports:
|
||||
@@ -32,4 +32,4 @@ services:
|
||||
- POSTGRES_PASSWORD=gitea
|
||||
- POSTGRES_DB=gitea
|
||||
volumes:
|
||||
- /mnt/cephfs/docker/postgres:/var/lib/postgresql/data
|
||||
- /data/docker/postgres:/var/lib/postgresql/data
|
||||
Reference in New Issue
Block a user