mirror of
https://github.com/TheRealOwenRees/chess-scribe-api.git
synced 2026-07-23 01:06:56 +00:00
run backend in docker container
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user