snipe-it/docker
Mateus Villar fdcb63f251
Added #9313: Add new fpm-alpine docker image and docker secrets support (#9331)
* Add docker secret support

* Add docker secret support to selected environment variables below:

- APP_KEY_FILE        -> APP_KEY;

- DB_HOST_FILE        -> DB_HOST;
- DB_PORT_FILE        -> DB_PORT;
- DB_DATABASE_FILE    -> DB_DATABASE;
- DB_USERNAME_FILE    -> DB_USERNAME;
- DB_PASSWORD_FILE    -> DB_PASSWORD;

- REDIS_HOST_FILE     -> REDIS_HOST;
- REDIS_PASSWORD_FILE -> REDIS_PASSWORD;
- REDIS_PORT_FILE     -> REDIS_PORT;

- MAIL_HOST_FILE      -> MAIL_HOST;
- MAIL_PORT_FILE      -> MAIL_PORT;
- MAIL_USERNAME_FILE  -> MAIL_USERNAME;
- MAIL_PASSWORD_FILE  -> MAIL_PASSWORD;

* Add env file for docker secrets

* Added #9313: add new fpm-image using docker secrets

* Fix broken symlinks

* Add docker secrets support using shell script

* Remove old docker config php files
2021-04-20 21:14:47 -07:00
..
000-default-2.4.conf Alpine linux docker image (#6645) 2019-01-30 14:45:36 -08:00
000-default.conf Version 3 - hold onto your butts 2016-03-25 01:18:05 -07:00
001-default-ssl.conf Fix path to snipeit-ssl.crt (#2428) 2016-08-16 13:03:55 -07:00
develop.sh Fixes to Dockerfile, updated docker/develop.sh for new options. 2016-05-14 16:46:53 -07:00
docker-entrypoint.sh Added #9313: Add new fpm-alpine docker image and docker secrets support (#9331) 2021-04-20 21:14:47 -07:00
docker-secrets.env Added #9313: Add new fpm-alpine docker image and docker secrets support (#9331) 2021-04-20 21:14:47 -07:00
docker.env Add DB port number to docker 2018-07-18 19:10:06 -07:00
entrypoint_alpine.sh Fixed #8884: Fixed alpine image build (#8885) 2020-12-14 17:42:43 -08:00
README.md Change README to point to new documentation site 2016-07-26 13:56:40 -07:00
startup.sh Merge branch 'develop' into integrations/2020-04-15-v5-merge 2020-04-20 23:20:34 -07:00
supervisor-exit-event-listener Run Laravel schedule in docker image using supervisord (#6606) 2019-03-07 12:42:00 -08:00
supervisord.conf Run Laravel schedule in docker image using supervisord (#6606) 2019-03-07 12:42:00 -08:00