mirror of
https://github.com/itflow-org/itflow
synced 2026-03-02 20:04:53 +00:00
initial docker commit
This commit is contained in:
8
docker/.env
Normal file
8
docker/.env
Normal 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
|
||||
Reference in New Issue
Block a user