dockerized structure
This commit is contained in:
15
docker-compose.example
Normal file
15
docker-compose.example
Normal 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
|
||||
|
||||
Reference in New Issue
Block a user