mirror of
https://github.com/TheRealOwenRees/chess-scribe-api.git
synced 2026-07-23 01:06:56 +00:00
13 lines
230 B
YAML
13 lines
230 B
YAML
services:
|
|
chess-scribe-api:
|
|
build:
|
|
context: .
|
|
dockerfile: Dockerfile
|
|
container_name: chess-scribe-api
|
|
restart: unless-stopped
|
|
|
|
ports:
|
|
- "8080:8080"
|
|
|
|
environment:
|
|
- DREAM_ENV=production |