View docker-compose.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
version: '3' | |
services: | |
drupal-data: | |
build: . | |
image: drupal-data:latest | |
volumes: | |
- data-volume:/var/www/html/ | |
- nginx-config:/etc/nginx/conf.d/ | |
nginx: |
View genesis_public_key
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
0406f1768bfe5ca05a4bbe4b85d2c881b85874439fa87b08f7c5ccfb215c7d808086c18a01f773463626db175cbf12703da0f924ebfe674301b9b46e57b2db7e1a;papageod |
View auth-basic.conf
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
auth_basic "Restricted"; | |
auth_basic_user_file /usr/local/etc/nginx/htpasswd; |