WIP: update
parent
a205c2c615
commit
b6f2121c58
|
|
@ -12,7 +12,7 @@ Lets say it is `192.168.1.151` then the URLs for accessing the services are:
|
||||||
| git | https://git.192-168-1-151.nip.io[] |
|
| git | https://git.192-168-1-151.nip.io[] |
|
||||||
| woodpecker | https://ci.192-168-1-151.nip.io[] |
|
| woodpecker | https://ci.192-168-1-151.nip.io[] |
|
||||||
| Traefik Dashboard | http://traefik.192-168-1-151.nip.io[] |
|
| Traefik Dashboard | http://traefik.192-168-1-151.nip.io[] |
|
||||||
|
|
|
|
||||||
|===
|
|===
|
||||||
|
|
||||||
First start forgejo using:
|
First start forgejo using:
|
||||||
|
|
|
||||||
|
|
@ -48,7 +48,7 @@ services:
|
||||||
- "traefik.http.routers.dashboard.service=api@internal"
|
- "traefik.http.routers.dashboard.service=api@internal"
|
||||||
- "traefik.http.services.dashboard.loadbalancer.server.port=8080"
|
- "traefik.http.services.dashboard.loadbalancer.server.port=8080"
|
||||||
- "traefik.http.middlewares.local-ipwhitelist.ipwhitelist.sourcerange=127.0.0.1/32, 192.168.0.0/16, 172.16.0.0/12"
|
- "traefik.http.middlewares.local-ipwhitelist.ipwhitelist.sourcerange=127.0.0.1/32, 192.168.0.0/16, 172.16.0.0/12"
|
||||||
|
|
||||||
smtp:
|
smtp:
|
||||||
image: "maildev/maildev:2.1.0"
|
image: "maildev/maildev:2.1.0"
|
||||||
networks:
|
networks:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue