first commit
This commit is contained in:
parent
7aa6ed54f7
commit
2858127f15
22
docker-compose.yml
Normal file
22
docker-compose.yml
Normal file
@ -0,0 +1,22 @@
|
||||
version: '3.1'
|
||||
services:
|
||||
gvm:
|
||||
image: deineagenturug/gvm:latest-full
|
||||
ports:
|
||||
- "2222:22"
|
||||
- "5432:5432"
|
||||
- "8382:9392"
|
||||
environment:
|
||||
- USERNAME="ADMINUSER"
|
||||
- PASSWORD="ADMINUSERPASSWORD"
|
||||
- DB_PASSWORD="DBPASSWORD"
|
||||
- AUTO_SYNC=true
|
||||
- HTTPS=true
|
||||
- TZ="Etc/UTC"
|
||||
- SSHD=false
|
||||
volumes:
|
||||
- "./ssh:/etc/ssh"
|
||||
- "./database:/opt/database"
|
||||
- "./plugins:/var/lib/openvas/plugins"
|
||||
- "./gvm:/var/lib/gvm"
|
||||
restart: unless-stopped
|
Loading…
Reference in New Issue
Block a user