This commit is contained in:
2020-09-16 17:49:19 +02:00
commit 63cd5f112f
26 changed files with 2616 additions and 0 deletions

16
docker-compose.yml Normal file
View File

@@ -0,0 +1,16 @@
version: "3"
services:
jokedb:
image: registry.dennisgunia.de/jokedb
build:
context: ./
dockerfile: dockerfile
restart: always
hostname: backend
networks:
- backend
ports:
- "8080:3000"
networks:
backend:
driver: overlay