aswi2021jmsd-gitlab4/docker-compose.yml @ e96150c4
1 |
version: '3.7' |
---|---|
2 |
|
3 |
networks: |
4 |
web: |
5 |
|
6 |
services: |
7 |
nginx: |
8 |
restart: unless-stopped |
9 |
build: |
10 |
context: . |
11 |
dockerfile: docker/nginx/Dockerfile |
12 |
networks: |
13 |
- web |
14 |
ports: |
15 |
- 80:80 |
16 |
gunicorn: |
17 |
restart: unless-stopped |
18 |
build: |
19 |
context: . |
20 |
dockerfile: docker/gunicorn/Dockerfile |
21 |
networks: |
22 |
- web |