12 lines
212 B
YAML
12 lines
212 B
YAML
|
|
services:
|
||
|
|
app:
|
||
|
|
build:
|
||
|
|
context: .
|
||
|
|
dockerfile: Dockerfile
|
||
|
|
container_name: botwebwars
|
||
|
|
ports:
|
||
|
|
- "8000:8000"
|
||
|
|
environment:
|
||
|
|
- BOTWEBWARS_DEBUG=false
|
||
|
|
restart: unless-stopped
|