version: "3.8" services: novalon-website: build: context: . dockerfile: Dockerfile.static image: novalon-website:latest container_name: novalon-website restart: unless-stopped ports: - "3000:3000" networks: - novalon-network networks: novalon-network: external: true