mirror of
https://github.com/codex-storage/codex-frontend.git
synced 2025-03-01 02:30:49 +00:00
12 lines
322 B
YAML
12 lines
322 B
YAML
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 |