1
0
Fork 0
mirror of https://github.com/kou029w/_.git synced 2025-01-31 06:18:07 +00:00
_/redis-commander/docker-compose.yml

13 lines
221 B
YAML
Raw Normal View History

2020-06-12 16:48:09 +09:00
version: "3"
services:
redis:
image: redis:alpine
app:
build: "."
ports: ["8081:8081"]
links: [redis]
environment:
- FLY_REDIS_CACHE_URL=redis://redis
- HTTP_USER
- HTTP_PASSWORD