version: '3.8' services: frontend: build: context: . dockerfile: Dockerfile container_name: warungpos-frontend restart: unless-stopped ports: - "3000:80" networks: - warungpos-net networks: warungpos-net: external: true name: warungpos-net