services: steady: build: /home/patsy/apps/steady container_name: steady restart: unless-stopped environment: - STEADY_ENV=production - SECRET_KEY=${SECRET_KEY} volumes: - steady_data:/app/instance networks: - proxy expose: - "8020" volumes: steady_data: a networks: proxy: external: true