mirror of
https://github.com/TheRealOwenRees/plantid-discord-bot.git
synced 2026-07-23 04:26:57 +00:00
dockerfile and compose added
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
services:
|
||||
app:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
container_name: plantid_discord_bot
|
||||
environment:
|
||||
- MIX_ENV=prod
|
||||
- PLANTNET_API_KEY=${PLANTNET_API_KEY}
|
||||
- DISCORD_TOKEN=${DISCORD_TOKEN}
|
||||
- LOGS_DISCORD_WEBHOOK_URL=${LOGS_DISCORD_WEBHOOK_URL}
|
||||
ports:
|
||||
- "4321:4321"
|
||||
volumes:
|
||||
- appdata:/plantid_discord_bot
|
||||
|
||||
volumes:
|
||||
appdata:
|
||||
Reference in New Issue
Block a user