dockerized structure

This commit is contained in:
Ville Rantanen
2022-09-23 20:32:27 +03:00
parent 4602b4aa06
commit 08e60efabc
20 changed files with 640 additions and 550 deletions

15
docker-compose.example Normal file
View File

@@ -0,0 +1,15 @@
version: "3.5"
services:
app:
build:
context: code
ports:
- "127.0.0.1:8166:8166"
volumes:
- ./data/:/data/
environment:
- SECRET_KEY=gifodjgoifdjgoejr903
user: "1000:1000"
restart: unless-stopped