Added certificate overview

This commit is contained in:
frikky
2020-05-23 10:33:23 +02:00
parent 3c42f35dae
commit c68aba0874
16 changed files with 123 additions and 424 deletions
+2 -7
View File
@@ -1,12 +1,13 @@
version: '3'
services:
frontend:
#build: ./frontend
build: ./frontend
image: frikky/shuffle:frontend
container_name: shuffle-frontend
hostname: shuffle-frontend
ports:
- "${FRONTEND_PORT}:80"
- "3002:443"
networks:
- shuffle
restart: unless-stopped
@@ -57,12 +58,6 @@ services:
- ENVIRONMENT_NAME=${ENVIRONMENT_NAME}
- BASE_URL=http://${OUTER_HOSTNAME}:${BACKEND_PORT}
restart: unless-stopped
app_sdk:
#build: ./functions/onprem/app_sdk
image: frikky/shuffle:app_sdk
worker:
#build: ./functions/onprem/worker
image: frikky/shuffle:worker
networks:
shuffle:
driver: bridge