forked from microsoft/azure-privacy-sandbox-kms
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdocker-compose.yml
More file actions
32 lines (31 loc) · 733 Bytes
/
docker-compose.yml
File metadata and controls
32 lines (31 loc) · 733 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
version: "3"
services:
ccf-kms:
image: ccf-kms
container_name: ccf-kms
build:
context: .
dockerfile: .devcontainer/Dockerfile.devcontainer
command: /opt/ccf_${CCF_PLATFORM:-"virtual"}/bin/sandbox.sh -v --js-app-bundle ./dist/ -n local://0.0.0.0:8000 -n local://0.0.0.0:8001
#command: tail -f /dev/null
volumes:
- ./vol/workspace:/app/workspace
ports:
- 8000:8000
- 8001:8001
extra_hosts:
host.docker.internal: host-gateway
networks:
chainnet:
ipv4_address: ${CCF1_IP}
networks:
chainnet:
driver: bridge
ipam:
driver: default
config:
- subnet: ${DOCKER_SUBNET}
#volumes:
# debug:
# pgdata-audit:
# pgdata-build: