logos-storage-frontend/docker-compose.yml

15 lines
269 B
YAML
Raw Normal View History

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