services: next-template: build: context: ../../.. dockerfile: scripts/next/docker/Dockerfile image: nextjs container_name: next-template networks: - next-template ports: - '3000:3000' tty: true restart: unless-stopped networks: next-template: external: true