horizon + redis

This commit is contained in:
Andras Bacsai
2023-05-10 09:26:25 +02:00
parent 3b43b7aa65
commit 48e2ce2ca4
23 changed files with 1225 additions and 84 deletions

View File

@@ -1,6 +1,7 @@
version: '3.8'
services:
coolify:
container_name: coolify
restart: always
working_dir: /var/www/html
extra_hosts:
@@ -12,6 +13,13 @@ services:
postgres:
image: postgres:15-alpine
container_name: coolify-db
restart: always
networks:
- coolify
redis:
image: redis:alpine
container_name: coolify-redis
restart: always
networks:
- coolify