run backend in docker container

This commit is contained in:
2026-05-27 22:37:44 +02:00
parent 34ebb6f876
commit 245a16fe9b
3 changed files with 45 additions and 1 deletions
+13
View File
@@ -0,0 +1,13 @@
services:
chess-scribe-api:
build:
context: .
dockerfile: Dockerfile
container_name: chess-scribe-api
restart: unless-stopped
ports:
- "8080:8080"
environment:
- DREAM_ENV=production