Files
api-copp/docker-compose_web.yml
2026-03-31 13:25:14 +05:00

11 lines
161 B
YAML

services:
web:
build:
context: ./web
dockerfile: ./Dockerfile.web
ports:
- "80:80"
environment:
- API_URL=http://api:8000