WIP: update

infrastructure
Richard Attermeyer 2023-11-27 21:25:40 +00:00
parent 9731722956
commit f6f416ad7b
2 changed files with 2 additions and 2 deletions

View File

@ -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:

View File

@ -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: