Zum Inhalt springen
View in the app

A better way to browse. Learn more.

Fachinformatiker.de

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Empfohlene Antworten

Veröffentlicht

Hallo,

in meiner docker-compose.yml verwende ich verschiedene Variablen wie zum Beispiel: "${COMPOSE_PROJECT_NAME}".

networks:
  wordpress:
    name: ${COMPOSE_PROJECT_NAME}-wordpress
    driver: overlay

Diese deklariere ich im ".env" File.

COMPOSE_PROJECT_NAME=fachinformatiker_example

Wenn ich "docker-compose up -d" ausführe werden meine Container gestartet und die Variablen in der docker-compose.yml werden ausgefüllt.

Es wird zum Beispiel das Netzwerk "fachinformatiker_example-wordpress" erstellt.

 

Wenn ich den Stack mit "docker stack deploy [...]" starte, werden die Variablen nicht ausgefüllt.

Das Netzwerk würde dann "-wordpress" heißen und kann nicht erstellt werden da es mit einem "-" beginnt und einen ungültigen DNS Namen darstellt.

 

Gibt es eine Lösung wie ich variablen im docker-compose file zusammen mit docker stack verwenden kann?

Wenn nein: Gibt es einen alternativen Orchestrator welcher mit Configs umgehen kann welche Variablen enthalten?

 

Vielen Dank schon einmal :) 

 

  • 1 Monat später...

Erstelle ein Konto oder melde dich an, um einen Kommentar zu schreiben.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.