source:
OpenRLabs-Git/deploy/rlabs-docker/web2py-rlabs/docker/opensuse/web2py-twisted/docker-compose.yml
Last change on this file was 42bd667, checked in by , 4 years ago | |
---|---|
|
|
File size: 181 bytes |
Rev | Line | |
---|---|---|
[42bd667] | 1 | version: '3.1' |
2 | ||
3 | services: | |
4 | web2py-twisted: | |
5 | build: . | |
6 | ports: | |
7 | - "8000:8000" | |
8 | volumes: | |
9 | - applications:/home/web2py/web2py/applications | |
10 | ||
11 | volumes: | |
12 | applications: |
Note: See TracBrowser
for help on using the repository browser.