mirror of
https://github.com/codex-storage/codex-frontend.git
synced 2025-03-01 10:40:52 +00:00
15 lines
269 B
YAML
15 lines
269 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"
|