0
0
mirror of https://github.com/PostHog/posthog.git synced 2024-11-25 11:17:50 +01:00

add redis container name to dockerfile

This commit is contained in:
Marius Andra 2020-04-07 14:54:09 +02:00
parent 036bb504e3
commit b747b19c6c

View File

@ -10,6 +10,7 @@ services:
POSTGRES_PASSWORD: posthog
redis:
image: "redis:alpine"
container_name: posthog_redis
web:
image: posthog/posthog:latest
container_name: posthog_web