Skip to content

Commit

Permalink
fixing dockerfile
Browse files Browse the repository at this point in the history
Signed-off-by: ahmedsobeh <ahmed.sobeh@aiven.io>
  • Loading branch information
ahmedsobeh committed Jul 15, 2024
1 parent d156827 commit 5798bbe
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ services:
depends_on:
- valkey
ports:
- 6666:6666
- "6666:6666"
profiles:
- all
- standalone
Expand Down
2 changes: 1 addition & 1 deletion dockers/stunnel/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu
FROM ubuntu:latest
MAINTAINER ahmedsobeh <ahmedszakaria@gmail.com>


Expand Down
8 changes: 5 additions & 3 deletions dockers/stunnel/conf/stunnel.conf
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
[valkey]
accept = 6666
client = no
accept = 0.0.0.0:6666
connect = valkey:6379
cert = /etc/stunnel/keys/server-cert.pem
key = /etc/stunnel/keys/server-key.pem
cert = /etc/stunnel/keys/server.pem
key = /etc/stunnel/keys/server.key
CAfile = /etc/stunnel/keys/ca.pem
verify = 2

0 comments on commit 5798bbe

Please sign in to comment.