diff --git a/docker-compose.yml b/docker-compose.yml index ce3571d..eb10333 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -51,6 +51,19 @@ services: condition: service_healthy restart: unless-stopped + frontend: + build: + context: ./frontend + args: + PUBLIC_API_BASE_URL: ${PUBLIC_API_BASE_URL:-http://localhost:8000} + ports: + - "${FRONTEND_PORT:-3000}:3000" + environment: + ORIGIN: ${ORIGIN:-http://localhost:3000} + depends_on: + - api + restart: unless-stopped + volumes: pgdata: storagedata: