env-docker/.gitignore
Chad fa892cb3bd
Add Micro Configurations (#18)
* Begin changing files to recommendations rather than actual contents, that way multiple examples can be shown and when they are changed to be the real .yml they are not added to the project.

* Shrink the PHP limits more.

* Convert all configurations to be micro/standard.

* Double check the script supports IPv6. Shrink case statement.

* Fix uncommented nc-oo.

* Shrink NC further.

* Change name of env example.

* Change name of env example.

* Do not provide micro versions of DNS or PhotoPrism.

* Fix error in NC checks, wants at least 512M.

* Shrink more.

* Add a folder to keep static resources.

* Copy static resources into the container. This unfortunately doubles the size right now. Maybe do a volume in the future.

* Bring the description up to date.

* Make the description slightly more agnostic.

* Be more consistent about using variable.
2024-01-24 11:05:44 +00:00

34 lines
781 B
Plaintext

# Ignore everything in Volumes, it contains large and private data.
Volumes/*
# Ignore backed up config files.
*.yml.*backup*
*.yml.*Backup*
*.yml.*BACKUP*
*.yml.*bkp*
# Ignore logs
logs
# Ignore private reverse proxy configurations.
Config/ReverseProxy/config/conf.d/*
Config/ReverseProxy/config/html/*
Config/ReverseProxy/config/hosts/*
Config/ReverseProxy/config/load.conf.d/*
Config/ReverseProxy/config/mail.conf.d/*
# Ignore any private key information.
private.key
# Ignore DNS config files, contain private settings.
Config/DNS/config/*
# Ignore anything in disabled folders.
disabled
# Ignore any .env files which are not explicitly committed to the project.
*.env
# 2024-01-23 Ignore true docker-compose files and only show example from now on.
docker-compose.yml