File tree 2 files changed +14
-4
lines changed
2 files changed +14
-4
lines changed Original file line number Diff line number Diff line change
1
+ REPO = test
2
+ PREFIX = test
3
+ TCP_PORT =
4
+ SSL_PORT = 4064:
Original file line number Diff line number Diff line change 1
- version : " 3"
1
+ version : " 3.3 "
2
2
#
3
3
# Compose for the development of this docker image
4
4
#
@@ -15,7 +15,12 @@ services:
15
15
- " database:/var/lib/postgresql/data"
16
16
17
17
omero :
18
- build : .
18
+ image : ${REPO}/omero-server:${PREFIX}
19
+ build :
20
+ context : .
21
+ args :
22
+ - OMEGO_ADDITIONAL_ARGS="--ci=https://merge-ci.openmicroscopy.org/jenkins/"
23
+ - OMERO_VERSION="OMERO-build"
19
24
environment :
20
25
- CONFIG_omero_db_host=database
21
26
- CONFIG_omero_db_user=omero
@@ -25,10 +30,11 @@ services:
25
30
networks :
26
31
- omero
27
32
ports :
28
- - " 4063: 4063"
29
- - " 4064: 4064"
33
+ - " ${TCP_PORT} 4063"
34
+ - " ${SSL_PORT} 4064"
30
35
volumes :
31
36
- " omero:/OMERO"
37
+ - " ./:/src:ro"
32
38
33
39
networks :
34
40
omero :
You can’t perform that action at this time.
0 commit comments