feat(bot): please claude i need this my services are kinda homeless
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
services:
|
||||
bot:
|
||||
build: .
|
||||
image: healthbot
|
||||
profiles: [bot]
|
||||
restart: unless-stopped
|
||||
env_file:
|
||||
- path: .env
|
||||
required: false
|
||||
environment:
|
||||
RUN_ENVIRONMENT: prod
|
||||
volumes:
|
||||
- ./data:/app/data
|
||||
networks:
|
||||
default:
|
||||
|
||||
networks:
|
||||
default:
|
||||
Reference in New Issue
Block a user