version: "3.7" services: app_proxy: environment: APP_HOST: enclosed_web_1 APP_PORT: 8787 web: image: corentinth/enclosed:1.16.0-rootless@sha256:0631baee489b974cf16ffe3884c814e7bcc75df7bd36662b8ded76443b768d06 user: 1000:1000 restart: on-failure stop_grace_period: 1m volumes: - ${APP_DATA_DIR}/data:/app/.data