add impressum, update README, add abandoned guild claim and adding moderators
This commit is contained in:
parent
f97e613f7a
commit
b821f39bbf
9 changed files with 158 additions and 13 deletions
14
docker-compose.yml.example
Normal file
14
docker-compose.yml.example
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
|
||||
services:
|
||||
freak:
|
||||
build:
|
||||
context: .
|
||||
image: freak
|
||||
ports:
|
||||
- 5000:5000
|
||||
volumes:
|
||||
- .:/opt/live-app:ro
|
||||
extra_hosts:
|
||||
- 'postgres.docker.internal:172.17.0.1'
|
||||
restart: on-failure:3
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue