forked from unity-sds/sounder-sips-application
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathdocker-compose.yml
More file actions
27 lines (27 loc) · 896 Bytes
/
docker-compose.yml
File metadata and controls
27 lines (27 loc) · 896 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# ${DOCKER_GROUP} and ${DOCKER_TAG} default values defined in the .env file
version: '3'
services:
sips_base:
image: ${DOCKER_GROUP}/sounder_sips_base:${DOCKER_TAG}
hostname: local
build:
context: base/
dockerfile: $PWD/base/Dockerfile
spss_pge_common:
image: ${DOCKER_GROUP}/sounder_sips_pge_common:${DOCKER_TAG}
hostname: local
build:
context: spss/
dockerfile: $PWD/spss/Dockerfile.common
spss_l1a_pge:
image: ${DOCKER_GROUP}/sounder_sips_l1a_pge:${DOCKER_TAG}
hostname: local
build:
context: spss/
dockerfile: $PWD/spss/Dockerfile.l1a
spss_l1b_pge:
image: ${DOCKER_GROUP}/sounder_sips_l1b_pge:${DOCKER_TAG}
hostname: local
build:
context: spss/
dockerfile: $PWD/spss/Dockerfile.l1b