--- version: "3" services: app: image: gotosocialfe:latest build: . volumes: - ./app:/var/www/app environment: - PYTHONUNBUFFERED=1 ports: - 5000:5000 command: 'sh -c "cd app && flask run --host=0.0.0.0"'