version: "3.8" networks: gitea: services: frontend: build: ./19yuke2-frontend ports: - 80:80 container_name: nginx restart: always