coolify/docker-compose-dev.yaml
Andras Bacsai 460ae85226
V2 (#111)
Just v2
2022-02-10 15:47:44 +01:00

21 lines
356 B
YAML

version: '3.8'
services:
redis:
image: 'bitnami/redis:6.2'
container_name: coolify-redis
environment:
- ALLOW_EMPTY_PASSWORD=yes
networks:
- coolify-infra
ports:
- target: 6379
published: 6379
protocol: tcp
mode: host
networks:
coolify-infra:
attachable: true
name: coolify-infra