better registration form and accompt creation

This commit is contained in:
2018-04-25 15:38:49 +02:00
parent 956d8fb1ec
commit 50f0d72e62
40 changed files with 2853 additions and 5 deletions
@@ -0,0 +1,34 @@
version: "3"
services:
honeypot:
image: geerlingguy/drupal-vm
container_name: honeypot
ports:
- 80:80
- 443:443
privileged: true
extra_hosts:
local.drupalhoneypot.com: 127.0.0.1
dns:
- 8.8.8.8
- 8.8.4.4
volumes:
# Switch to the commented line once Docker CE stable has the feature.
- ./:/opt/honeypot/:rw
# - ./:/opt/honeypot/:rw,delegated
command: /lib/systemd/systemd
networks:
honeypot:
ipv4_address: 192.168.22.33
networks:
honeypot:
driver: bridge
driver_opts:
ip: 192.168.22.1
ipam:
config:
- subnet: "192.168.22.0/16"