Configured auto-deploy #23

Merged
Lisoveliy merged 14 commits from dev into main 2025-07-18 16:00:48 +02:00
2 changed files with 20 additions and 5 deletions
Showing only changes of commit 445a1f7fa4 - Show all commits

View File

@ -9,7 +9,7 @@ services:
ports:
- "5432:5432"
volumes:
- ./.docker/postgres_data:/var/lib/postgresql/data
- postgres_data:/var/lib/postgresql/data
networks:
- jobot
@ -36,3 +36,10 @@ services:
networks:
jobot:
volumes:
postgres_data:
driver: local
driver_opts:
type: none
device: ./.docker/postgres_data

View File

@ -7,7 +7,7 @@ services:
POSTGRES_PASSWORD: LocalDbPass
POSTGRES_DB: jobot
volumes:
- ./.docker/postgres_data:/var/lib/postgresql/data
- postgres_data:/var/lib/postgresql/data
networks:
- jobot
@ -33,3 +33,11 @@ services:
networks:
jobot:
volumes:
postgres_data:
driver: local
driver_opts:
type: none
device: ./.docker/postgres_data