Revert to original volume paths for database and server

This commit is contained in:
Colin 2025-10-13 00:44:55 -04:00
parent 18c651c83f
commit cc6fd396ae
Signed by: colin
SSH Key Fingerprint: SHA256:nRPCQTeMFLdGytxRQmPVK9VXY3/ePKQ5lGRyJhT5DY8
1 changed files with 2 additions and 4 deletions

View File

@ -12,7 +12,7 @@ services:
MYSQL_PASSWORD: "woodpecker"
MYSQL_RANDOM_ROOT_PASSWORD: 1
volumes:
- woodpecker_db_data:/var/lib/mysql
- /mnt/data/nixc.us/woodpecker/production/db:/var/lib/mysql
networks:
- woodpecker
deploy:
@ -55,7 +55,7 @@ services:
- traefik
- woodpecker
volumes:
- woodpecker_server_data:/var/lib/woodpecker/
- /mnt/data/nixc.us/woodpecker/production/data:/var/lib/woodpecker/
- /var/run/docker.sock:/var/run/docker.sock
- /etc/localtime:/etc/localtime:ro
deploy:
@ -218,5 +218,3 @@ services:
volumes:
agent-secret: {}
woodpecker_db_data: {}
woodpecker_server_data: {}