forked from NoLog.cz/TrhlinaBar
10 lines
162 B
YAML
10 lines
162 B
YAML
|
version: "3.8"
|
||
|
services:
|
||
|
app:
|
||
|
build: .
|
||
|
command: python app.py
|
||
|
ports:
|
||
|
- "5000:5000"
|
||
|
volumes:
|
||
|
- .:/app
|
||
|
container_name: trhlina-bar
|