services: app: image: ${IMAGE} container_name: typo restart: unless-stopped pull_policy: always ports: - "${HOST_PORT:-8850}:80"