services: app: image: ${IMAGE_REPO}:${IMAGE_TAG} container_name: ${APP_NAME}-app restart: unless-stopped env_file: - ./.env ports: - "127.0.0.1:${HOST_BIND_PORT}:${PORT}"