mirror of
https://github.com/knightcrawler-stremio/knightcrawler.git
synced 2024-12-20 03:29:51 +00:00
Close the external PostgreSQL port
This commit is contained in:
committed by
iPromKnight
parent
875d79b44d
commit
bc2c36b92f
@@ -39,8 +39,11 @@ services:
|
|||||||
- .env
|
- .env
|
||||||
environment:
|
environment:
|
||||||
PGUSER: postgres # needed for healthcheck.
|
PGUSER: postgres # needed for healthcheck.
|
||||||
ports:
|
# # If you need the network to be accessible from outside, please open the below port.
|
||||||
- "5432:5432"
|
# # Furthermore, please, please, please, change the username and password above.
|
||||||
|
# # If you want to enhance your security even more, create a new user for the database with a strong password.
|
||||||
|
# ports:
|
||||||
|
# - "5432:5432"
|
||||||
volumes:
|
volumes:
|
||||||
- postgres:/var/lib/postgresql/data
|
- postgres:/var/lib/postgresql/data
|
||||||
healthcheck: *postgresdb-health
|
healthcheck: *postgresdb-health
|
||||||
|
|||||||
Reference in New Issue
Block a user