networks: houshan-network: services: web: build: . container_name: nextjs_app env_file: - .env networks: - houshan-network restart: unless-stopped