#259: Added authentication header possibility to webhooks

This commit is contained in:
frikky
2021-05-29 13:57:25 +02:00
parent fd4a87bfe6
commit 597c0b0e3d
13 changed files with 355 additions and 75 deletions
+4 -4
View File
@@ -1,8 +1,8 @@
version: '3'
services:
frontend:
#build: ./frontend
image: ghcr.io/frikky/shuffle-frontend:0.8.93
build: ./frontend
image: ghcr.io/frikky/shuffle-frontend:0.8.96
container_name: shuffle-frontend
hostname: shuffle-frontend
ports:
@@ -16,8 +16,8 @@ services:
depends_on:
- backend
backend:
#build: ./backend
image: ghcr.io/frikky/shuffle-backend:0.8.95
build: ./backend
image: ghcr.io/frikky/shuffle-backend:0.8.96
container_name: shuffle-backend
hostname: ${BACKEND_HOSTNAME}
# Here for debugging: