Add new routes and services for cheatsheets-app

This commit is contained in:
2024-04-15 13:32:50 +08:00
parent 95df2e1bb8
commit 471af8fb2e
2 changed files with 26 additions and 2 deletions
+9
View File
@@ -57,6 +57,15 @@ services:
- net
- default
cheatsheets-app:
image: furyhawk/cheatsheets:${CHEATSHEETSTAG:-latest}
restart: unless-stopped
ports:
- 80:80
networks:
- net
- default
streamlit-bai:
environment:
<<: *default-environment