mirror of
https://github.com/logos-storage/logos-storage-frontend.git
synced 2026-01-02 13:23:09 +00:00
12 lines
315 B
YAML
12 lines
315 B
YAML
services:
|
|
client:
|
|
build:
|
|
context: .
|
|
dockerfile: Dockerfile.client
|
|
image: codex-frontend-client
|
|
ports:
|
|
- "3000:80"
|
|
environment:
|
|
- codex_url=http://host.docker.internal:8080
|
|
volumes:
|
|
- ./deployment/nginx.template:/etc/nginx/templates/10-variables.conf.template:ro |