-
Notifications
You must be signed in to change notification settings - Fork 22
Expand file tree
/
Copy pathdocker-compose.yml
More file actions
50 lines (46 loc) · 921 Bytes
/
docker-compose.yml
File metadata and controls
50 lines (46 loc) · 921 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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
version: '3'
services:
# parity:
# image: parity/parity:v1.7.0
# ports:
# networks:
# - dev_network
# - "8180"
# - "8545"
# - "8546"
# - "30303"
# - "30303/udp"
ui:
image: namebazaar-ui:local
build:
context: .
dockerfile: "docker-builds/ui/Dockerfile"
args:
BUILD_ENV: "dev"
networks:
- dev_network
environment:
- PORT=80
server:
image: namebazaar-server:local
build:
context: .
dockerfile: "docker-builds/server/Dockerfile"
args:
BUILD_ENV: "dev"
volumes:
- /home/$USER/logs:/logs
- /home/$USER/configs:/configs
networks:
- dev_network
environment:
- CONFIG=/configs/namebazaar-server.config.qa.edn
- PORT=6200
networks:
dev_network:
volumes:
vol_node_modules:
vol_m2_cache:
vol_ipfs_data:
vol_server_tests:
vol_target: