Skip to content
This repository has been archived by the owner on Aug 9, 2023. It is now read-only.

Commit

Permalink
Change secrets to new user.txt file
Browse files Browse the repository at this point in the history
  • Loading branch information
felddy committed May 31, 2019
1 parent 72b108c commit 4d3f10e
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 5 deletions.
8 changes: 4 additions & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ secrets:
file: ./src/secrets/fullchain.pem
privkey_pem:
file: ./src/secrets/privkey.pem
mailarchive_passwd_txt:
file: ./src/secrets/mailarchive_passwd.txt
users_txt:
file: ./src/secrets/users.txt


services:
Expand Down Expand Up @@ -42,8 +42,8 @@ services:
target: fullchain.pem
- source: privkey_pem
target: privkey.pem
- source: mailarchive_passwd_txt
target: mailarchive_passwd.txt
- source: users_txt
target: users.txt

networks:
front:
Expand Down
1 change: 0 additions & 1 deletion src/secrets/mailarchive_passwd.txt

This file was deleted.

10 changes: 10 additions & 0 deletions src/secrets/users.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Define the users to be created at container startup.
# If <password> is omitted for a user it will be generated and logged at startup
# username <password>

# The mailarchive user is mandatory since all mail is BCC'd to this user.
mailarchive foobar

# define other users below as needed
testsender1 lemmy is god
testsender2

0 comments on commit 4d3f10e

Please # to comment.