move data to docker-data
Some checks failed
Deploy Stacks / Redeploy_services_stacks (push) Has been cancelled

This commit is contained in:
2025-12-14 15:29:23 -03:00
parent 7cf8000ec6
commit 38742939a3
32 changed files with 83 additions and 870 deletions

View File

@@ -13,8 +13,8 @@ services:
image: guacamole/guacd:1.6.0
restart: always
volumes:
- ./drive:/drive:rw
- ./record:/record:rw
- /home/ccalifice/docker-data/guacamole/drive:/drive:rw
- /home/ccalifice/docker-data/guacamole/record:/record:rw
# postgres
postgres:
@@ -27,8 +27,8 @@ services:
image: postgres:15.2-alpine
restart: always
volumes:
- ./init:/docker-entrypoint-initdb.d:z
- ./data:/var/lib/postgresql/data:Z
- /home/ccalifice/docker-data/guacamole/init:/docker-entrypoint-initdb.d:z
- /home/ccalifice/docker-data/guacamole/data:/var/lib/postgresql/data:Z
# guacamole
guacamole:
@@ -50,7 +50,7 @@ services:
- caddy-net
- default
volumes:
- ./record:/record:rw
- /home/ccalifice/docker-data/guacamole/record:/record:rw
ports:
## enable next line if not using nginx
- 8085:8080/tcp # Guacamole is on :8080/guacamole, not /.