Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions Web/docker-compose.coolify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ services:
- runflow-network
- coolify
volumes:
- ./backups:/app/backups
- backups:/app/backups
healthcheck:
test:
[
Expand Down Expand Up @@ -90,7 +90,7 @@ services:
command: sh -c "mkdir -p /backups && chown -R 1001:1001 /backups && chmod -R 775 /backups"
restart: "no"
volumes:
- ./backups:/backups
- backups:/backups
networks:
- runflow-network
logging:
Expand Down Expand Up @@ -170,7 +170,7 @@ services:
- BACKUP_KEEP_MONTHS=6
- HEALTHCHECK_PORT=8080
volumes:
- ./backups:/backups
- backups:/backups
depends_on:
db:
condition: service_healthy
Expand Down Expand Up @@ -236,3 +236,4 @@ networks:

volumes:
postgres_data:
backups: