WIP: update
parent
9731722956
commit
f6f416ad7b
|
|
@ -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[] |
|
||||
| woodpecker | https://ci.192-168-1-151.nip.io[] |
|
||||
| Traefik Dashboard | http://traefik.192-168-1-151.nip.io[] |
|
||||
|
|
||||
|
|
||||
|===
|
||||
|
||||
First start forgejo using:
|
||||
|
|
|
|||
|
|
@ -48,7 +48,7 @@ services:
|
|||
- "traefik.http.routers.dashboard.service=api@internal"
|
||||
- "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"
|
||||
|
||||
|
||||
smtp:
|
||||
image: "maildev/maildev:2.1.0"
|
||||
networks:
|
||||
|
|
|
|||
Loading…
Reference in New Issue