This website works better with JavaScript
Acasă
Explorează
Ajutor
Autentificare
troebs
/
PyCS
Urmărește
1
Stea
1
Bifurcare
1
Fisiere
Ramură:
master
Ramuri
Etichete
master
v0.1
PyCS
/
docker-compose.yml
docker-compose.yml
111 B
Permalink
Istoric
Crud
1
2
3
4
5
6
7
8
version: '3'
services:
web:
build: .
command: venv/bin/python app.py
ports:
- "5000:5000"