Added base

This commit is contained in:
Kasper Juul Hermansen 2022-07-18 13:54:42 +02:00
commit 6c2c0c025f
Signed by: kjuulh
GPG Key ID: 57B6E1465221F912
2 changed files with 10 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
.env

9
docker-compose.yml Normal file
View File

@ -0,0 +1,9 @@
version: "3"
services:
scel:
image: kasperhermansen/scel
restart: always
env_file: ".env"
ports:
- 9090:3000