services: client: build: context: . dockerfile: Dockerfile.client image: codex-frontend-client ports: - "3000:80" environment: - codex_url=http://kubernetes.docker.internal:31942 volumes: - ./deployment/nginx.template:/etc/nginx/templates/10-variables.conf.template:ro