name: petloft-staging services: storefront: image: ${REGISTRY}/storefront:staging restart: unless-stopped ports: - "3001:3000" env_file: - path: .env required: false admin: image: ${REGISTRY}/admin:staging restart: unless-stopped ports: - "3002:3001" env_file: - path: .env required: false