Skip to content
Snippets Groups Projects
Unverified Commit 19409947 authored by 1stDimension's avatar 1stDimension
Browse files

compose.yaml

parent 60523be4
No related branches found
No related tags found
No related merge requests found
services:
gateway:
image: nginx
ports:
- "8080:80"
environment:
- NGINX_PORT=80
volumes:
- ./gateway/nginx.conf:/etc/nginx/nginx.conf
sign:
build:
context: ./sign
tags:
- "hackyeah-sign:latest"
ports:
- 8000
#backend/asym-crypto:
# build:
# context: ./backend/asymm-crypto
......@@ -9,5 +24,7 @@ services:
- "hackyeah-keystore:latest"
volumes:
- hackyeah-keystore:/data
ports:
- 5000:80
volumes:
hackyeah-keystore:
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment