11 lines
165 B
YAML
11 lines
165 B
YAML
services:
|
|
chatbot:
|
|
build: .
|
|
container_name: pgn_spec_chatbot
|
|
ports:
|
|
- "8501:8501"
|
|
env_file:
|
|
- .env.chatbot
|
|
volumes:
|
|
- .:/app
|