Bug fix: Update Docker installation instructions and add docker-compose support
This commit is contained in:
13
Getting Started/Option_3_Docker_Install/docker-compose.yml
Normal file
13
Getting Started/Option_3_Docker_Install/docker-compose.yml
Normal file
@@ -0,0 +1,13 @@
|
||||
version: '3.8'
|
||||
services:
|
||||
alwrity:
|
||||
build:
|
||||
context: ../..
|
||||
dockerfile: Getting Started/Option_3_Docker_Install/Dockerfile
|
||||
ports:
|
||||
- "8501:8501"
|
||||
environment:
|
||||
- STREAMLIT_TELEMETRY=0
|
||||
volumes:
|
||||
- ../../.env:/app/.env
|
||||
restart: unless-stopped
|
||||
Reference in New Issue
Block a user