version: "3" services: ucast: image: thetadev256/ucast user: 1000:1000 ports: - "8001:8001" volumes: - "../_run:/ucast" environment: UCAST_REDIS_URL: "redis://redis:6379" UCAST_SECRET_KEY: "django-insecure-Es/+plApGxNBy8+ewB+74zMlmfV2H3whw6gu7i0ESwGrEWAUYRP3HM2EX0PLr3UJ" redis: container_name: redis image: redis:alpine