DWD-Compose: container_name entfernt — Staging+Prod teilen den Docker-Host (Namenskonflikt)
This commit is contained in:
parent
6565d6a999
commit
502f0f4921
1 changed files with 2 additions and 1 deletions
|
|
@ -10,7 +10,8 @@ services:
|
|||
dwd-radar:
|
||||
build: ./tools/dwd-radar
|
||||
image: banyaro-dwd-radar
|
||||
container_name: banyaro-dwd-radar
|
||||
# KEIN container_name: Staging + Prod teilen sich den Docker-Host — der Compose-
|
||||
# Projektname (= Verzeichnis banyaro / banyaro-staging) hält die Container auseinander.
|
||||
mem_limit: 1g
|
||||
volumes:
|
||||
- ./data/radar:/out
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue