Added base
This commit is contained in:
commit
6c2c0c025f
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
.env
|
9
docker-compose.yml
Normal file
9
docker-compose.yml
Normal file
@ -0,0 +1,9 @@
|
||||
version: "3"
|
||||
|
||||
services:
|
||||
scel:
|
||||
image: kasperhermansen/scel
|
||||
restart: always
|
||||
env_file: ".env"
|
||||
ports:
|
||||
- 9090:3000
|
Loading…
Reference in New Issue
Block a user