2023-05-29 16:38:34 +08:00
|
|
|
version: '3'
|
|
|
|
|
|
|
|
services:
|
|
|
|
anonymousoverflow:
|
2023-10-08 14:32:07 +05:30
|
|
|
image: ghcr.io/httpjamesm/anonymousoverflow:release
|
2023-05-29 16:38:34 +08:00
|
|
|
environment:
|
|
|
|
- APP_URL=https://overflow.projectsegfau.lt
|
|
|
|
- JWT_SIGNING_SECRET={{anonymousoverflow_signing_secret}}
|
|
|
|
ports:
|
|
|
|
- '8694:8080'
|
|
|
|
restart: 'always'
|