env vars testing
This commit is contained in:
@@ -2,6 +2,14 @@ services:
|
||||
garfbot:
|
||||
image: git.crate.zip/crate/garfbot:latest
|
||||
container_name: garfbot
|
||||
environment:
|
||||
- TXT_MODEL=${TXT_MODEL}
|
||||
- IMG_MODEL=${IMG_MODEL}
|
||||
- GARFBOT_TOKEN=${GARFBOT_TOKEN}
|
||||
- OPENAI_TOKEN=${OPENAI_TOKEN}
|
||||
- WEATHER_TOKEN=${WEATHER_TOKEN}
|
||||
- KROGER_ID=${KROGER_ID}
|
||||
- KROGER_SECRET=${KROGER_SECRET}
|
||||
restart: always
|
||||
volumes:
|
||||
- /home/crate/garfbot:/usr/src/app
|
||||
|
||||
Reference in New Issue
Block a user