mirror of
https://github.com/nbd-wtf/satdress.git
synced 2024-11-11 16:30:35 +00:00
docker-compose.yml so it's super easy to deploy on server or test locally (#27)
Co-authored-by: Raphael <raphael.schleithoff@tum.de> Co-authored-by: Raphael <raphjaph@protonmail.com>
This commit is contained in:
parent
8a5232bb70
commit
3102708352
22
docker-compose.yml
Normal file
22
docker-compose.yml
Normal file
|
@ -0,0 +1,22 @@
|
||||||
|
version: "3.7"
|
||||||
|
|
||||||
|
services:
|
||||||
|
satdress:
|
||||||
|
build: .
|
||||||
|
container_name: satdress
|
||||||
|
environment:
|
||||||
|
- PORT=17422
|
||||||
|
- DOMAIN=satdress.com
|
||||||
|
- SECRET=askdbasjdhvakjvsdjasd
|
||||||
|
- SITE_OWNER_URL=https://t.me/fiatjaf
|
||||||
|
- SITE_OWNER_NAME=@fiatjaf
|
||||||
|
- SITE_NAME=Satdress
|
||||||
|
ports:
|
||||||
|
- 17422:17422
|
||||||
|
volumes:
|
||||||
|
- satdress-data:/satdress.com
|
||||||
|
|
||||||
|
volumes:
|
||||||
|
satdress-data:
|
||||||
|
name: satdress-data
|
||||||
|
|
Loading…
Reference in New Issue
Block a user