mirror of
https://github.com/logos-storage/logos-storage-frontend.git
synced 2026-01-02 13:23:09 +00:00
17 lines
335 B
YAML
17 lines
335 B
YAML
services:
|
|
api:
|
|
build:
|
|
context: .
|
|
dockerfile: Dockerfile.api
|
|
image: codex-frontend-api
|
|
network_mode: "host"
|
|
client:
|
|
build:
|
|
context: .
|
|
dockerfile: Dockerfile.client
|
|
image: codex-frontend-client
|
|
ports:
|
|
- "3000:80"
|
|
environment:
|
|
- CODEX_URL=http://loiujhaiuhailuhost:8080
|