cycles/docker-compose.yml

12 lines
213 B
YAML
Raw Permalink Normal View History

2022-04-15 02:47:27 +00:00
version: '2.3'
services:
flask-reload:
build:
context: .
dockerfile: Dockerfile
command: bash deploy.sh
environment:
PYTHONPATH: .
ports:
- '9060:9060'
- '9061:9061'