generated from coop-cloud/example
fix: user correct start / user
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
See https://github.com/Chocobozzz/PeerTube/issues/5302#issuecomment-1260521964
This commit is contained in:
parent
be091cd685
commit
3687802f12
@ -48,7 +48,6 @@ services:
|
|||||||
|
|
||||||
app:
|
app:
|
||||||
image: chocobozzz/peertube:v4.3.0-bullseye
|
image: chocobozzz/peertube:v4.3.0-bullseye
|
||||||
user: peertube
|
|
||||||
environment:
|
environment:
|
||||||
- PEERTUBE_ADMIN_EMAIL
|
- PEERTUBE_ADMIN_EMAIL
|
||||||
- PEERTUBE_CONTACT_FORM_ENABLED
|
- PEERTUBE_CONTACT_FORM_ENABLED
|
||||||
@ -76,7 +75,7 @@ services:
|
|||||||
- source: app_entrypoint
|
- source: app_entrypoint
|
||||||
target: /docker-entrypoint.sh
|
target: /docker-entrypoint.sh
|
||||||
mode: 0555
|
mode: 0555
|
||||||
command: npm start
|
command: node dist/server
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: curl -f http://localhost:9000/v1/api/ping || exit 1
|
test: curl -f http://localhost:9000/v1/api/ping || exit 1
|
||||||
interval: 10s
|
interval: 10s
|
||||||
|
Loading…
x
Reference in New Issue
Block a user