initial commit
This commit is contained in:
commit
7b25cd51ed
8 changed files with 552 additions and 0 deletions
12
docker-compose.yml
Normal file
12
docker-compose.yml
Normal file
|
@ -0,0 +1,12 @@
|
|||
version: '3'
|
||||
services:
|
||||
oh-fortuna:
|
||||
#image: wordpress
|
||||
build: ./build/OhFortuna
|
||||
container_name: info-oh-fortuna
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
BOT_TOKEN: "${TOKEN}"
|
||||
volumes:
|
||||
- /root/friends/docker-volumes/oh-fortuna:/OhFortuna/data
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue