update testing hosts

This commit is contained in:
Andras Bacsai
2023-05-15 15:13:34 +02:00
parent bdd4a24567
commit 43a4b1c9cb
11 changed files with 18 additions and 113 deletions

View File

@@ -36,14 +36,14 @@ services:
POSTGRES_DB: "${DB_DATABASE}"
POSTGRES_HOST_AUTH_METHOD: "trust"
volumes:
- ./_volumes/database/:/var/lib/postgresql/data
- ./_data/_volumes/database/:/var/lib/postgresql/data
redis:
ports:
- "${FORWARD_REDIS_PORT:-6379}:6379"
env_file:
- .env
volumes:
- ./_volumes/redis/:/data
- ./_data/_volumes/redis/:/data
vite:
image: node:19
working_dir: /var/www/html
@@ -57,9 +57,10 @@ services:
container_name: coolify-testing-host
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- "./_data/coolify/proxy/testing-host-1:/data/coolify/proxy"
testing-host-2:
<<: *testing-host-base
container_name: coolify-testing-host-2
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- "./_testing_hosts/host_2_proxy:/root/projects/proxy"
- "./_data/coolify/proxy/testing-host-2:/data/coolify/proxy"