wip: scheduled backups

fix: file locations vendor unlocking
This commit is contained in:
Andras Bacsai
2023-08-09 14:44:36 +02:00
parent 46909dca85
commit d18de24cf9
18 changed files with 116 additions and 48 deletions

View File

@@ -54,13 +54,13 @@ services:
container_name: coolify-testing-host
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- "./_data/coolify/testing-local-docker-container/proxy:/data/coolify/proxy"
- "./_data/_servers/testing-local-docker-container:/data/coolify"
testing-host-2:
<<: *testing-host-base
container_name: coolify-testing-host-2
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- "./_data/coolify/testing-local-docker-container-2/proxy:/data/coolify/proxy"
- "./_data/_servers/testing-local-docker-container-2:/data/coolify"
mailpit:
image: "axllent/mailpit:latest"
container_name: coolify-mail