coolify/docker-compose-dev.yaml

19 lines
303 B
YAML
Raw Normal View History

2022-02-10 15:47:44 +01:00
version: '3.8'
services:
redis:
2022-04-14 23:48:52 +02:00
image: redis:6.2-alpine
2022-02-10 15:47:44 +01:00
container_name: coolify-redis
networks:
- coolify-infra
ports:
- target: 6379
published: 6379
protocol: tcp
mode: host
networks:
coolify-infra:
attachable: true
name: coolify-infra