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