aboutsummaryrefslogtreecommitdiffstats
path: root/docker-compose.yaml
diff options
context:
space:
mode:
authorterminaldweller <devi@terminaldweller.com>2024-01-23 17:54:13 +0000
committerterminaldweller <devi@terminaldweller.com>2024-01-23 17:54:13 +0000
commit1f220bffe0b2f8818151b487a83e1a0b76a07fb5 (patch)
tree75c533fb380b23c64e00b520d64925b48ea5fd15 /docker-compose.yaml
parentWIP (diff)
downloadsms-webhook-1f220bffe0b2f8818151b487a83e1a0b76a07fb5.tar.gz
sms-webhook-1f220bffe0b2f8818151b487a83e1a0b76a07fb5.zip
first working version
Diffstat (limited to 'docker-compose.yaml')
-rw-r--r--docker-compose.yaml3
1 files changed, 3 insertions, 0 deletions
diff --git a/docker-compose.yaml b/docker-compose.yaml
index a9b5dfb..2da6870 100644
--- a/docker-compose.yaml
+++ b/docker-compose.yaml
@@ -24,12 +24,15 @@ services:
# - /etc/letsencrypt/live/sms.terminaldweller.com/privkey.pem:/etc/letsencrypt/live/sms.terminaldweller.com/privkey.pem
cap_drop:
- ALL
+ dns:
+ - 9.9.9.9
environment:
- SERVER_DEPLOYMENT_TYPE=deployment
entrypoint: ["/sms-webhook/sms-webhook"]
command: ["serve", "--http=0.0.0.0:8090"]
volumes:
- pb-vault:/sms-webhook/pb_data
+ - ./config.toml:/opt/smswebhook/config.toml
redis:
image: redis:7.2.3-alpine3.18
deploy: