mirror of
https://github.com/furyhawk/cloudy.git
synced 2026-05-23 16:36:00 +00:00
Add new routes and services for The Lounge app
This commit is contained in:
@@ -65,6 +65,18 @@ services:
|
||||
- net
|
||||
- default
|
||||
|
||||
thelounge:
|
||||
image: ghcr.io/thelounge/thelounge:latest
|
||||
container_name: thelounge
|
||||
expose:
|
||||
- 9000
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- ~/.thelounge:/var/opt/thelounge # bind lounge config from the host's file system
|
||||
networks:
|
||||
- net
|
||||
- default
|
||||
|
||||
streamlit-bai:
|
||||
environment:
|
||||
<<: *default-environment
|
||||
|
||||
Reference in New Issue
Block a user