Skip to content

Commit

Permalink
Merge pull request #186 from grantemsley/master
Browse files Browse the repository at this point in the history
Create docker-compose file
  • Loading branch information
austinsonger authored May 31, 2021
2 parents e96a7b0 + 923990e commit 9f30ae4
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
version: "3"
services:
gvm:
image: securecompliance/gvm
volumes:
- <path to data>:/data
environment:
- USERNAME="admin"
- PASSWORD="admin"
- RELAYHOST="smtp"
- SMTPPORT=25
- AUTO_SYNC=true
- HTTPS=true
- TZ="UTC"
- SSHD=false
- DB_PASSWORD="none"
ports:
- "8080:9392" # Web interface
#- "5432:5432" # Access PostgreSQL database from external tools
#- "2222:22" # SSH for remote sensors
restart: unless-stopped

0 comments on commit 9f30ae4

Please sign in to comment.