Compare commits

..

2 Commits

Author SHA1 Message Date
Dom
400f8a53f8 updated yaml 2026-02-06 15:38:22 +00:00
Dom
d71e1699d6 dsaf 2026-02-06 15:33:16 +00:00
2 changed files with 7 additions and 7 deletions

View File

@ -1,12 +1,12 @@
# config.yaml (Beispiel) # config.yaml (Beispiel)
s3: s3:
endpoint: "https://<dein-endpoint>" endpoint: "https://fsn1.your-objectstorage.com/"
access_key: "<key>" access_key: "UG950FCGWFYRXSXXVUAH"
secret_key: "<secret>" secret_key: "rXpspNhboZY6zNZi7djjq2QaXPA4uwsO9jXf4AXk"
bucket: "<bucket>" bucket: "trapper-meles"
postgres: postgres:
dsn: "postgresql://user:pass@host:5432/dbname" dsn: "postgresql://postgres:DFGk5s9H21lKao2K@136.243.41.58:7777/meles"
app: app:
entrance_prefix: "icu/entrance/" entrance_prefix: "icu/entrance/"

View File

@ -1,7 +1,7 @@
services: services:
melesICUmover: melesicumover:
build: . build: .
container_name: melesICUmover container_name: melesicumover
restart: unless-stopped restart: unless-stopped
environment: environment:
CONFIG_YAML: /app/config.yaml CONFIG_YAML: /app/config.yaml