mirror of
https://github.com/httpjamesm/AnonymousOverflow.git
synced 2025-04-11 17:42:08 +00:00
docs: use official image in exmaple
This commit is contained in:
parent
bb629da9a9
commit
dcf0805334
1 changed files with 9 additions and 11 deletions
|
@ -1,14 +1,12 @@
|
|||
version: '3'
|
||||
|
||||
services:
|
||||
anonymousoverflow:
|
||||
container_name: 'app'
|
||||
build:
|
||||
context: .
|
||||
network: 'host'
|
||||
environment:
|
||||
- APP_URL=https://domain.com
|
||||
- JWT_SIGNING_SECRET=secret
|
||||
ports:
|
||||
- '80:8080'
|
||||
restart: 'always'
|
||||
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'
|
||||
|
|
Loading…
Add table
Reference in a new issue