--- /dev/null
+User ${APACHE_RUN_USER}
+Group ${APACHE_RUN_GROUP}
+ErrorLog ${APACHE_LOG_DIR}/error.log
+
+HostnameLookups Off
+
+# Include module configuration:
+IncludeOptional mods-enabled/*.load
+IncludeOptional mods-enabled/*.conf
+
+# Include list of ports to listen on
+Include ports.conf
+
+<Directory />
+ Options FollowSymLinks
+ AllowOverride None
+ Require all denied
+</Directory>
+
+<Directory /srv/www/>
+ Options Indexes FollowSymLinks
+ AllowOverride None
+ Require all granted
+</Directory>
+
+<VirtualHost *:80>
+ DocumentRoot /srv/www
+</VirtualHost>
- './ssh/id_rsa.pub:/home/user/.ssh/id_rsa.pub:ro'
- './ssh/id_rsa:/root/.ssh/id_rsa:ro'
- './ssh/id_rsa.pub:/root/.ssh/id_rsa.pub:ro'
+ - './www/:/var/www/html/'
+ - './config/apache2.conf:/etc/apache2/apache2.conf'
restart: unless-stopped
build: .
env_file: env
- TZ=Europe/Paris
networks:
- fluidbook-hosting-loadbalancer
+ ports:
+ - "9471:80"
networks:
nginxproxy: