web/docker-compose.yml
Aidan 07ec59b7d4
All checks were successful
Build and Push Nightly CI Image / build_and_push (push) Successful in 1m1s
Build and Push Docker Image / build_and_push (push) Successful in 4s
bug fixes, migrate API endpoints to .env file, add todo
2025-02-16 17:31:45 -05:00

10 lines
146 B
YAML

services:
librecloud-web:
build: .
ports:
- "3019:3000"
environment:
- NODE_ENV=production
restart: unless-stopped