-
Notifications
You must be signed in to change notification settings - Fork 12
/
docker-compose.yml
48 lines (44 loc) · 994 Bytes
/
docker-compose.yml
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
version: '3.8'
name: arches_her6-2
services:
aher:
container_name: aher6-2
image: fargeo/aher6-2
build:
context: ..
dockerfile: arches_her/Dockerfile
command: run_arches
volumes:
- ../arches/:/web_root/arches
- ./:/web_root/arches_her
env_file:
- ./docker/env_file.env
ports:
- 8003:8000
stdin_open: true
tty: true
pg_featureserv_aher:
container_name: pg_featureserv_aher6-2
image: pramsey/pg_featureserv:latest
ports:
- 9001:9000
env_file:
- ./docker/env_file.env
depends_on:
- aher
pg_tileserv_aher:
container_name: pg_tileserv_aher6-2
image: pramsey/pg_tileserv:latest
ports:
- 7800:7800
env_file:
- ./docker/env_file.env
depends_on:
- aher
networks:
default:
external: true
name: arches6-2-dev
volumes:
arches-log-aher6-2:
arches-static-aher6-2: