Skip to content
Snippets Groups Projects
Commit aad9d8fb authored by Dominik Hebeler's avatar Dominik Hebeler
Browse files

keyserver uses same network as metager

parent 237d46ad
No related branches found
No related tags found
No related merge requests found
...@@ -5,10 +5,20 @@ volumes: ...@@ -5,10 +5,20 @@ volumes:
redisdata: {} redisdata: {}
mgpassdata: {} mgpassdata: {}
networks:
metager:
name: metager_net
ipam:
driver: default
config:
- subnet: "192.168.5.0/24"
services: services:
express: express:
build: build:
context: ./build/pass context: ./build/pass
networks:
- metager
environment: environment:
- NODE_ENV=development - NODE_ENV=development
- TZ=Europe/Berlin - TZ=Europe/Berlin
...@@ -17,11 +27,13 @@ services: ...@@ -17,11 +27,13 @@ services:
- ./pass:/app - ./pass:/app
- mgpassdata:/data - mgpassdata:/data
ports: ports:
- 8080:3000 - 8085:3000
- 9229:9229 - 9229:9229
redis: redis:
build: build:
context: ./build/redis context: ./build/redis
networks:
- metager
volumes: volumes:
- redisdata:/data - redisdata:/data
restart: unless-stopped restart: unless-stopped
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment