EOX GitLab Instance

Skip to content
Snippets Groups Projects
Commit 17ab52f9 authored by Mussab Abdalla's avatar Mussab Abdalla
Browse files

adding network to the .dev.yml

parent 90ce801c
No related branches found
No related tags found
No related merge requests found
version: "3.6"
services:
database:
networks:
- extnet
ports:
- "5432:5432"
client:
......@@ -42,3 +44,7 @@ services:
- type: bind
source: ./preprocessor/
target: /preprocessor/
networks:
extnet:
name: emg-extnet
external: true
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment