fix docker setup

This commit is contained in:
2025-12-26 01:01:59 +01:00
parent b6cbb81388
commit d08ec10b40
9 changed files with 84 additions and 60 deletions

View File

@@ -1,6 +1,7 @@
services:
api:
image: gridpilot-api-prod
build:
context: .
dockerfile: apps/api/Dockerfile.prod
@@ -39,6 +40,7 @@ services:
max-file: "3"
website:
image: gridpilot-website-prod
build:
context: .
dockerfile: apps/website/Dockerfile.prod