logos-storage-frontend/docker-compose.yml

12 lines
322 B
YAML
Raw Normal View History

2023-10-24 15:29:35 -05:00
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