2022-12-28 00:27:37 -05:00
|
|
|
version: '3'
|
|
|
|
|
|
|
|
services:
|
2023-09-24 01:13:49 -04:00
|
|
|
anonymousoverflow:
|
|
|
|
container_name: 'app'
|
|
|
|
image: 'ghcr.io/httpjamesm/anonymousoverflow:release'
|
|
|
|
environment:
|
|
|
|
- APP_URL=https://domain.com
|
|
|
|
- JWT_SIGNING_SECRET=secret
|
|
|
|
ports:
|
|
|
|
- '80:8080'
|
|
|
|
restart: 'always'
|