aboutsummaryrefslogtreecommitdiffstats
path: root/docker-compose-postgres.yaml
diff options
context:
space:
mode:
authorterminaldweller <devi@terminaldweller.com>2024-09-02 14:38:07 +0000
committerterminaldweller <devi@terminaldweller.com>2024-09-02 14:38:07 +0000
commitfa111011e09d0ec70ddbeb4016f2410a93805604 (patch)
treeb8d5e6f71bdaa6c3a6583db13454aa07f3595edb /docker-compose-postgres.yaml
parentfixes 8 (diff)
downloadmilla-fa111011e09d0ec70ddbeb4016f2410a93805604.tar.gz
milla-fa111011e09d0ec70ddbeb4016f2410a93805604.zip
updated the examples and the readme
Diffstat (limited to 'docker-compose-postgres.yaml')
-rw-r--r--docker-compose-postgres.yaml6
1 files changed, 3 insertions, 3 deletions
diff --git a/docker-compose-postgres.yaml b/docker-compose-postgres.yaml
index cc17d83..fc9b3a3 100644
--- a/docker-compose-postgres.yaml
+++ b/docker-compose-postgres.yaml
@@ -19,8 +19,9 @@ services:
entrypoint: ["/usr/bin/milla"]
command: ["--config", "/config.toml"]
volumes:
- - ./config.toml:/config.toml
+ - ./config-omni.toml:/config.toml
- /etc/localtime:/etc/localtime:ro
+ - ./plugins/:/plugins/:ro
cap_drop:
- ALL
postgres:
@@ -52,7 +53,6 @@ services:
- pg_user_secret
- pg_initdb_args_secret
- pg_db_secret
- runtime: runsc
pgadmin:
image: dpage/pgadmin4:8.6
deploy:
@@ -65,7 +65,7 @@ services:
max-size: "100m"
environment:
- PGADMIN_LISTEN_PORT=${PGADMIN_LISTEN_PORT:-5050}
- - PGADMIN_DEFAULT_EMAIL=${PGADMIN_DEFAULT_EMAIL:-devi@terminaldweller.com}
+ - PGADMIN_DEFAULT_EMAIL=
- PGADMIN_DEFAULT_PASSWORD_FILE=/run/secrets/pgadmin_pass
- PGADMIN_DISABLE_POSTFIX=${PGADMIN_DISABLE_POSTFIX:-YES}
ports: