aboutsummaryrefslogtreecommitdiffstats
path: root/docker/docker-compose.yml
Commit message (Collapse)AuthorAge
* Update docker image to the latest on the DockerHub (#22)v1.3.3Libravatar André Oliveira2022-05-03
|
* Rebranded from 'ferdi' to 'ferdium' (#4)Libravatar Vijay Aravamudhan2022-04-24
|
* docs: Update to point to correct docker imageLibravatar Gibby2022-04-16
|
* Replace EXTERNAL_DOMAIN variable with APP_URLLibravatar thursday2021-11-23
|
* Update docker-compose.ymlLibravatar thursday2021-11-23
|
* Update docker-compose.ymlLibravatar thursday2021-07-21
| | | Added PUID and PGID values
* Update docker/docker-compose.ymlLibravatar thursday2021-07-18
| | | Co-authored-by: Cromefire_ <cromefire_@outlook.com>
* Update docker/docker-compose.ymlLibravatar thursday2021-07-18
| | | Co-authored-by: Cromefire_ <cromefire_@outlook.com>
* Update docker/docker-compose.ymlLibravatar thursday2021-07-18
| | | Co-authored-by: Cromefire_ <cromefire_@outlook.com>
* Update docker/docker-compose.ymlLibravatar thursday2021-07-18
| | | Co-authored-by: Cromefire_ <cromefire_@outlook.com>
* Update docker-compose.ymlLibravatar thursday2021-07-13
| | | Fixed the DATA_DIR to align with the rest of the repo and removed the reference to the config volume.
* Update docker/docker-compose.ymlLibravatar thursday2021-07-13
| | | Co-authored-by: Cromefire_ <cromefire_@outlook.com>
* Update docker-compose.ymlLibravatar thursday2021-07-12
| | | Added additional migration note for existing users.
* Update docker-compose.ymlLibravatar thursday2021-07-12
| | | Update default database name.
* Update database name and volume.Libravatar thursday2021-07-09
| | | Updated to reflect the changes made to database.js and alert existing users to breaking changes.
* Update docker-compose.ymlLibravatar thursday2021-07-09
| | | As per changes to database.js and the discussion here: https://github.com/getferdi/server/pull/48#discussion_r667150127
* Fix DATA_DIR examples in README.mdLibravatar Michal Kostewicz2021-02-08
|
* Revert line which choose DB folder using env. Move Dockerfile to root. ↵Libravatar Michal Kostewicz2021-02-07
| | | | Simplify export in entrypoint. Update README
* Add new configuration for docker with small script to generate or use ↵Libravatar Michal Kostewicz2021-02-07
| | | | APP_KEY. docker-compose was adjusted to use DATA_DIR.
* Moved getferdi/server-docker into getferdi/server repository.Libravatar Michal Kostewicz2021-02-07
Add sample docker-compose file and update README.md files in root and docker directories.