Skip to content

Commit db78324

Browse files
fix: port matches env
1 parent 0546dd8 commit db78324

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dokploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ environments:
2323
web:
2424
domain:
2525
host: meetupbot.exographicskip.com
26-
port: 3000
26+
port: 3100
2727
https: true
2828
certificateType: letsencrypt
2929

@@ -39,7 +39,7 @@ apps:
3939
cronExpression: "0 9 * * 1,3,5"
4040
command: >-
4141
python -c "import httpx;
42-
httpx.post('http://localhost:3000/api/slack',
42+
httpx.post('http://localhost:3100/api/slack',
4343
params={'channel_name': 'okc-metro'})"
4444
shellType: bash
4545
timezone: America/Chicago

0 commit comments

Comments
 (0)