services: app: image: ${DOCKER_USER:-mirrors2}/meoo:${VERSION:-latest} build: context: . ports: - "8000:8000" env_file: - ./backend/.env restart: unless-stopped