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
|
- 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
|
||||||
Reference in New Issue
Block a user