pretendo-docker/environment
Matthew Lopez 56e45e8fcd
Reconfigure MinIO to be proxied through Nginx
This change is necessary because some games need to connect to a S3 server directly, and MinIO is limited to listening on one domain for virtual hosts.
2024-02-22 21:13:37 -05:00
..
account.env Reconfigure MinIO to be proxied through Nginx 2024-02-22 21:13:37 -05:00
adminer.env A little bit of Adminer configuration 2023-12-22 10:45:50 -05:00
boss.env Reconfigure MinIO to be proxied through Nginx 2024-02-22 21:13:37 -05:00
friends.env Set up Friend List server! 2023-12-20 16:15:57 -05:00
juxtaposition-ui.env Reconfigure MinIO to be proxied through Nginx 2024-02-22 21:13:37 -05:00
maildev.env Make web administration ports more consistent 2023-12-21 12:35:06 -05:00
miiverse-api.env Reconfigure MinIO to be proxied through Nginx 2024-02-22 21:13:37 -05:00
minio.env Reconfigure MinIO to be proxied through Nginx 2024-02-22 21:13:37 -05:00
mongo-express.env Fix mongo-express and disable unnecessary authentication 2024-01-08 21:45:00 -05:00
postgres.env Set up Postgres server for friends 2023-12-20 12:53:29 -05:00
README.md Reformat the readmes to wrap at 120 lines 2024-02-22 11:57:46 -05:00
super-mario-maker.env Reconfigure MinIO to be proxied through Nginx 2024-02-22 21:13:37 -05:00
wiiu-chat.env Set up the Wii U Chat server 2023-12-20 22:20:51 -05:00

Environment variables

These files contain environment variables that are used by the containers. Each file is named after the container that uses it and is specified in compose.yml. Keys that end in .local.env are ignored by Git, so they are used to store secrets and are generated by scripts/setup-environment.sh.