This commit is contained in:
2023-05-29 16:38:34 +08:00
parent 40a8d4348a
commit ab3522f6d2
20 changed files with 696 additions and 368 deletions

View File

@ -0,0 +1,11 @@
version: '3'
services:
anonymousoverflow:
image: codeberg.org/aryak/anonymousoverflow-docker-builds:latest
environment:
- APP_URL=https://overflow.projectsegfau.lt
- JWT_SIGNING_SECRET={{anonymousoverflow_signing_secret}}
ports:
- '8694:8080'
restart: 'always'