update documenation, susmng

This commit is contained in:
2022-05-26 15:51:14 +01:00
parent fc8dfb43e0
commit 1fee71280f
4 changed files with 56 additions and 12 deletions

12
docker-compose.yml Normal file
View File

@@ -0,0 +1,12 @@
version: '3'
services:
sus:
build: .
ports: [ "80:80" ]
environment:
- SECRET=${SECRET}
redis:
image: redis:7
volumes: [ "./redis:/data" ]
ports: [ "6379:6379" ]