version: "3.8" services: app: image: ${REGISTRY:-registry.local}/${IMAGE_NAME:-mon-projet}:latest env_file: - /opt/mon-projet/env/staging/.env restart: unless-stopped # TODO: expose ports/volumes command to fit your app command: ["sh", "-c", "echo Replace this command with your application start"]