Change Castopod service port from 8000 to 8080 (#8817)
This commit is contained in:
commit
0cfc930ec8
1 changed files with 4 additions and 4 deletions
|
|
@ -3,15 +3,15 @@
|
||||||
# category: media
|
# category: media
|
||||||
# tags: podcast, media, audio, video, streaming, hosting, platform, castopod
|
# tags: podcast, media, audio, video, streaming, hosting, platform, castopod
|
||||||
# logo: svgs/castopod.svg
|
# logo: svgs/castopod.svg
|
||||||
# port: 8000
|
# port: 8080
|
||||||
|
|
||||||
services:
|
services:
|
||||||
castopod:
|
castopod:
|
||||||
image: castopod/castopod:latest
|
image: castopod/castopod:1.15.4
|
||||||
volumes:
|
volumes:
|
||||||
- castopod-media:/var/www/castopod/public/media
|
- castopod-media:/var/www/castopod/public/media
|
||||||
environment:
|
environment:
|
||||||
- SERVICE_URL_CASTOPOD_8000
|
- SERVICE_URL_CASTOPOD_8080
|
||||||
- MYSQL_DATABASE=castopod
|
- MYSQL_DATABASE=castopod
|
||||||
- MYSQL_USER=$SERVICE_USER_MYSQL
|
- MYSQL_USER=$SERVICE_USER_MYSQL
|
||||||
- MYSQL_PASSWORD=$SERVICE_PASSWORD_MYSQL
|
- MYSQL_PASSWORD=$SERVICE_PASSWORD_MYSQL
|
||||||
|
|
@ -27,7 +27,7 @@ services:
|
||||||
"CMD",
|
"CMD",
|
||||||
"curl",
|
"curl",
|
||||||
"-f",
|
"-f",
|
||||||
"http://localhost:8000/health"
|
"http://localhost:8080/health"
|
||||||
]
|
]
|
||||||
interval: 5s
|
interval: 5s
|
||||||
timeout: 20s
|
timeout: 20s
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue