-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathweb.yml
37 lines (35 loc) · 860 Bytes
/
web.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
version: '3.7'
networks:
webserver_default:
services:
frontend-proxy:
restart: unless-stopped
build:
context: nginx
volumes:
- ./nginx/certs/:/etc/nginx/certs/
- type: bind
source: /data/ha_volume/go2tech.de/
target: /data/ha_volume/go2tech.de/
- type: bind
source: /data/ha_volume/cerberus-matches/data/
target: /data/ha_volume/cerberus-matches/data/
extra_hosts:
- "donut.dwnet:172.16.0.1"
- "eclair.dwnet:172.16.0.2"
- "host.docker.internal:host-gateway"
networks:
- webserver_default
ports:
- mode: host
protocol: tcp
published: 443
target: 443
- mode: host
protocol: tcp
published: 80
target: 80
- mode: ingress
protocol: tcp
published: 8080
target: 8080