19 lines
290 B
YAML
19 lines
290 B
YAML
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:
|