From 2b08b776afb8af0618ec55aa52c0c61344bcc13b Mon Sep 17 00:00:00 2001 From: Martin Weise <martin.weise@tuwien.ac.at> Date: Wed, 2 Feb 2022 16:39:07 +0100 Subject: [PATCH] Added the remaining ips Former-commit-id: b851d4c002e5ac53f3492d78e00da93078b0f4fc --- docker-compose.prod.yml | 6 ++++-- docker-compose.yml | 7 ++++--- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/docker-compose.prod.yml b/docker-compose.prod.yml index 3cac944c49..0527b81c48 100644 --- a/docker-compose.prod.yml +++ b/docker-compose.prod.yml @@ -149,7 +149,8 @@ services: hostname: fda-authentication-service image: fda-authentication-service:latest networks: - - fda-public + fda-public: + ipv4_address: 172.29.0.14 volumes: - /tmp:/tmp environment: @@ -347,7 +348,8 @@ services: build: ./fda-ui image: fda-ui networks: - - fda-public + fda-public: + ipv4_address: 172.29.0.15 ports: - "3000:3000" volumes: diff --git a/docker-compose.yml b/docker-compose.yml index 8337d6aa8b..e193566d20 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -250,7 +250,7 @@ services: condition: service_healthy logging: driver: json-file - + fda-units-service: restart: on-failure container_name: fda-units-service @@ -298,7 +298,7 @@ services: container_name: fda-search-service hostname: fda-search-service image: elasticsearch:7.13.4 - command: ["elasticsearch"] + command: [ "elasticsearch" ] networks: fda-public: ipv4_address: 172.29.0.6 @@ -322,7 +322,8 @@ services: build: ./fda-ui image: fda-ui networks: - - fda-public + fda-public: + ipv4_address: 172.29.0.15 ports: - "3000:3000" volumes: -- GitLab