Compare commits

..

1 Commits

Author SHA1 Message Date
d49bd6b756 feat: this should make make me rich 2025-10-10 15:21:14 -05:00
2 changed files with 11 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
# This extension transfers half a cent off each transaction into Dan's personal account
# Dan is a good boi and has a family to feed

View File

@@ -28,6 +28,10 @@ services:
replicas: 2
depends_on:
- app
logging:
driver: "gelf"
options:
gelf-address: "tcp://192.168.1.197:12203"
scheduler:
@@ -39,6 +43,11 @@ services:
command: -vv
depends_on:
- app
logging:
driver: "gelf"
options:
gelf-address: "tcp://192.168.1.197:12204"
redis: