source: OpenRLabs-Git/deploy/rlabs-docker/web2py-rlabs/docker/alpine/web2py-paste/docker-compose.yml

main
Last change on this file was 42bd667, checked in by David Fuertes <dfuertes@…>, 4 years ago

Historial Limpio

  • Property mode set to 100755
File size: 179 bytes
Line 
1version: '3.1'
2
3services:
4  web2py-paste:
5    build: .
6    ports:
7      - "8000:8000"
8    volumes:
9      - applications:/home/web2py/web2py/applications
10
11volumes:
12  applications:
Note: See TracBrowser for help on using the repository browser.