Replace DATABASE_URL with PGWEB_DATABASE_URL (#642)

This commit is contained in:
Francesco Frassinelli 2023-02-02 13:48:42 -05:00 committed by GitHub
parent 5b2d4e4454
commit 1c3ab1fd1c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,7 +23,7 @@ services:
container_name: pgweb container_name: pgweb
image: sosedoff/pgweb:latest image: sosedoff/pgweb:latest
environment: environment:
DATABASE_URL: postgres://pgweb:pgweb@pgweb-postgres:5432/pgweb?sslmode=disable PGWEB_DATABASE_URL: postgres://pgweb:pgweb@pgweb-postgres:5432/pgweb?sslmode=disable
ports: ports:
- 8081:8081 - 8081:8081
networks: networks: