initial docker commit

This commit is contained in:
Xander Luedtke
2023-01-03 18:22:36 -07:00
parent 09bb1d4636
commit 252deefdcd
7 changed files with 459 additions and 0 deletions

8
docker/.env Normal file
View File

@@ -0,0 +1,8 @@
# Set container timezone
TZ=America/Edmonton
# Used within the docker-compose.yml template to provide easy configuration for your domain.
ROOT_DOMAIN=itflow.org
# Generate a random password using `docker run php:8.0-apache openssl rand -base64 32`
ITFLOW_DB_PASS=thisisnotsecure