Update docker-compose.yml

This commit is contained in:
@CyberAndi 2023-04-01 15:44:56 +02:00 committed by GitHub
parent 9e82e6fc1b
commit be3910911a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,7 +13,7 @@ services:
dockerfile: docker/Dockerfile
restart: unless-stopped
ports:
- "127.0.0.1:3000:3000"
- "3000:3000"
environment:
# Please read the following file for a comprehensive list of all available
# configuration options and their associated syntax:
@ -25,10 +25,10 @@ services:
password: kemal
host: invidious-db
port: 5432
check_tables: true
check_tables: true
# external_port:
# domain:
# https_only: false
https_only: true
# statistics_enabled: false
healthcheck:
test: wget -nv --tries=1 --spider http://127.0.0.1:3000/api/v1/comments/jNQXAC9IVRw || exit 1