From b6f2121c588ffccd7f21dee00456ed69688feaed Mon Sep 17 00:00:00 2001 From: Richard Attermeyer Date: Mon, 27 Nov 2023 21:25:40 +0000 Subject: [PATCH] WIP: update --- infrastructure/README.adoc | 2 +- infrastructure/docker-compose.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/infrastructure/README.adoc b/infrastructure/README.adoc index 6a7195d..699b208 100644 --- a/infrastructure/README.adoc +++ b/infrastructure/README.adoc @@ -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: diff --git a/infrastructure/docker-compose.yml b/infrastructure/docker-compose.yml index 73a1a36..dc0fc8f 100644 --- a/infrastructure/docker-compose.yml +++ b/infrastructure/docker-compose.yml @@ -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: