omnichannel-deploy/docker-compose.yml

17 lines
266 B
YAML
Raw Normal View History

services:
frontend:
build:
context: ./frontend
dockerfile: Dockerfile
ports:
2026-04-01 10:41:55 -03:00
- "4000:3000"
2026-03-31 18:14:52 -03:00
backend:
build:
context: ./backend
dockerfile: Dockerfile
ports:
2026-04-01 10:41:55 -03:00
- "4001:3001"
2026-03-31 18:14:52 -03:00
env_file:
- .env.development