mainqndtest
v1.1.1
Last change
on this file since 42095c5 was
42bd667,
checked in by David Fuertes <dfuertes@…>, 4 years ago
|
Historial Limpio
|
-
Property mode set to
100755
|
File size:
610 bytes
|
Line | |
---|
1 | version: '3.1' |
---|
2 | |
---|
3 | services: |
---|
4 | web2py-rocket-ssl: |
---|
5 | build: |
---|
6 | context: . |
---|
7 | dockerfile: web2py-rocket-ssl |
---|
8 | container_name: web2py-rocket-ssl |
---|
9 | ports: |
---|
10 | - "443:443" |
---|
11 | networks: |
---|
12 | web2py-net: |
---|
13 | ipv4_address: 172.25.0.22 |
---|
14 | volumes: |
---|
15 | - applications:/home/web2py/web2py/applications |
---|
16 | |
---|
17 | web2py-nginx: |
---|
18 | build: |
---|
19 | context: . |
---|
20 | dockerfile: web2py-nginx |
---|
21 | container_name: web2py-nginx |
---|
22 | networks: |
---|
23 | web2py-net: |
---|
24 | ipv4_address: 172.25.0.23 |
---|
25 | |
---|
26 | networks: |
---|
27 | web2py-net: |
---|
28 | driver: bridge |
---|
29 | ipam: |
---|
30 | config: |
---|
31 | - subnet: 172.25.0.0/16 |
---|
32 | |
---|
33 | volumes: |
---|
34 | applications: |
---|
Note: See
TracBrowser
for help on using the repository browser.