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

Added the remaining ips

parent f35c9afb
No related branches found
No related tags found
3 merge requests!81New stable release,!43Merge dev to master,!36Resolve "Test AMQP"
...@@ -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