Skip to content
Snippets Groups Projects
Commit 2b08b776 authored by Martin Weise's avatar Martin Weise
Browse files

Added the remaining ips

Former-commit-id: b851d4c0
parent 9d57c37c
No related branches found
No related tags found
1 merge request!42Fixed the query service tests
...@@ -149,7 +149,8 @@ services: ...@@ -149,7 +149,8 @@ services:
hostname: fda-authentication-service hostname: fda-authentication-service
image: fda-authentication-service:latest image: fda-authentication-service:latest
networks: networks:
- fda-public fda-public:
ipv4_address: 172.29.0.14
volumes: volumes:
- /tmp:/tmp - /tmp:/tmp
environment: environment:
...@@ -347,7 +348,8 @@ services: ...@@ -347,7 +348,8 @@ services:
build: ./fda-ui build: ./fda-ui
image: fda-ui image: fda-ui
networks: networks:
- fda-public fda-public:
ipv4_address: 172.29.0.15
ports: ports:
- "3000:3000" - "3000:3000"
volumes: volumes:
......
...@@ -322,7 +322,8 @@ services: ...@@ -322,7 +322,8 @@ services:
build: ./fda-ui build: ./fda-ui
image: fda-ui image: fda-ui
networks: networks:
- fda-public fda-public:
ipv4_address: 172.29.0.15
ports: ports:
- "3000:3000" - "3000:3000"
volumes: volumes:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment