services: app: build: . image: gitea-signup-gate/base restart: always volumes: - ./src:/app/src env_file: - ".env" command: - "app"