Files
web2py/docker/python/web2py-tornado/docker-compose.yml
2018-02-05 07:06:40 +07:00

13 lines
181 B
YAML
Executable File

version: '3.1'
services:
web2py-tornado:
build: .
ports:
- "8000:8000"
volumes:
- applications:/home/web2py/web2py/applications
volumes:
applications: