Skip to content

Commit 3e46d80

Browse files
committed
Switch ports from Caddy to frontend
1 parent 4e44c65 commit 3e46d80

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docker-compose/docker-compose.override-example.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
11
services:
2+
3+
caddy:
4+
scale: 0
5+
6+
sourcegraph-frontend-0:
7+
ports:
8+
- '0.0.0.0:80:80'
9+
- '0.0.0.0:443:443'
10+
211
grafana:
312
environment:
413
- 'PGHOST=${PGHOST}'

0 commit comments

Comments
 (0)