services: backend: build: ./backend ports: - '3000:3000' env_file: .env admin: build: ./admin ports: - '5173:3000' environment: - NEXT_PUBLIC_API_URL=https://backend.prosapp.co/api/v1