1
0
mirror of https://github.com/chubin/cheat.sh.git synced 2026-06-20 13:16:44 +02:00
Files
cheat.sh/docker-compose.build.yml
T

16 lines
215 B
YAML

version: '2'
services:
app:
build:
context: .
depends_on:
- redis
ports:
- "8002:8002"
redis:
image: redis:4-alpine
volumes:
- redis_data:/data
volumes:
redis_data: