We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0546dd8 commit db78324Copy full SHA for db78324
dokploy.yml
@@ -23,7 +23,7 @@ environments:
23
web:
24
domain:
25
host: meetupbot.exographicskip.com
26
- port: 3000
+ port: 3100
27
https: true
28
certificateType: letsencrypt
29
@@ -39,7 +39,7 @@ apps:
39
cronExpression: "0 9 * * 1,3,5"
40
command: >-
41
python -c "import httpx;
42
- httpx.post('http://localhost:3000/api/slack',
+ httpx.post('http://localhost:3100/api/slack',
43
params={'channel_name': 'okc-metro'})"
44
shellType: bash
45
timezone: America/Chicago
0 commit comments