example: fix postgres examples
This commit is contained in:
@@ -19,7 +19,6 @@
|
||||
service_container_http_port: 8080
|
||||
service_domains: "{{ example_domains }}"
|
||||
service_database_type: postgres
|
||||
service_postgres_tag: 16-alpine
|
||||
service_container_publish_ports:
|
||||
- "127.0.0.1:8080:8080"
|
||||
- "0.0.0.0:4443:8043"
|
||||
@@ -27,7 +26,7 @@
|
||||
- network-online.target
|
||||
service_container_env:
|
||||
TZ: "Etc/UTC"
|
||||
DB_HOST: hello-world-db
|
||||
DB_HOST: postgres
|
||||
DB_USER: hello-world
|
||||
DB_PASSWORD__FILE: /run/secrets/postgres
|
||||
service_additional_containers:
|
||||
|
||||
Reference in New Issue
Block a user