Skip to content

Commit 98bd90c

Browse files
committed
readme and compose update
1 parent 6c7778b commit 98bd90c

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

README.MD

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,10 @@
8484
4. If you are in a state that requires age verification, some of these checkers wont work.
8585

8686
### Update History
87-
- 10/11/2024
87+
- 10/11/2024
88+
- added workflow to auto make docker images. They are
89+
- ghcr.io/bombg/sassbot:latest
90+
- ghcr.io/bombg/sassbot:latest-arm
8891
- Moving prints over to pythyon logging library
8992
- Improved some exception handling
9093
- Fixed file descriptor leak-- happened over a week ago but i'm confident it's gone now.

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
services:
22
sassbot:
3-
image: sassbot:latest
3+
image: ghcr.io/bombg/sassbot:latest #ghcr.io/bombg/sassbot:latest-arm for arm processors i.e. Raspberry Pi
44
volumes:
55
- /home/bombg/Repos/SassBot/Constants.py:/opt/SassBot/Constants.py
66
- /home/bombg/Repos/SassBot/secrets:/opt/SassBot/secrets

0 commit comments

Comments
 (0)