Skip to content

Instantly share code, notes, and snippets.

@overheadhunter
Last active November 7, 2018 15:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save overheadhunter/13a30838656bbb41ed77ce4cbf761150 to your computer and use it in GitHub Desktop.
Save overheadhunter/13a30838656bbb41ed77ce4cbf761150 to your computer and use it in GitHub Desktop.
Cryptomator Server PWD Stack
version: '3.4'
services:
wildfly:
image: skymatic/defendor:0.4.0
environment:
- POSTGRES_USER=defendor
- POSTGRES_PASSWORD=notASecurePassword
- POSTGRES_DB=defendor
- SYSLOG_HOST=syslog
- SYSLOG_PORT=514
ports:
- 443:8443
postgres:
image: postgres:11.0-alpine
environment:
- POSTGRES_USER=defendor
- POSTGRES_PASSWORD=notASecurePassword
- POSTGRES_DB=defendor
syslog:
image: skymatic/syslog2pg:1
environment:
- POSTGRES_USER=defendor
- POSTGRES_PASSWORD=notASecurePassword
- POSTGRES_DB=defendor
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment