version: '3' services: nginx: ports: - "8080:80" volumes: - ../volume/app:/home/app:cached restart: "no" node: volumes: - ../volume/app:/home/app:cached restart: "no"