Commit Graph

17 Commits

Author SHA1 Message Date
Tianon Gravi 15e3853d42 Convert all `stack.yml` to `compose.yaml`
Docker Swarm Mode has been in severely declining usage and maintenance for years now.  Meanwhile, Docker Compose has had quite a lot of changes (notably deprecating the `version:` field required by Swarm / forward compatibility).  As a result, it no longer makes a ton of sense for us to prefer/suggest Swarm usages.

This changes all references to be `compose.yaml` (the upstream-preferred canonical filename: 9a9cc5d9c3/cli/options.go (L384-L385)) directly, leaving "swarm compatibility" as an exercise for the minority of readers who might still need/want it.

Unfortunately, this also means we need to remove all the play-with-docker links (since it only supports stack deploy via URL arguments, not compose), but my experience with that service is that it hasn't been terribly performant for a while, so I don't think this is a huge loss.

(There were also a few trailing references to the long-since-defunct Docker Machine project which have also been cleaned up.)
2025-05-05 15:34:52 -07:00
Joseph Ferguson 8cb9bdb81b Update `REDMINE_SECRET_KEY_BASE` usage/description 2025-01-22 16:40:43 -08:00
Tianon Gravi 139a3ea8fa Remove more Redmine passenger variant leftovers 2025-01-10 12:36:57 -08:00
David Karlsson ddad5da2f7 docs: fix oudated links to docs.docker.com
Some of the updated links had redirects in place,
Updating them to current paths to avoid relying on old redirects.
This is not an exhaustive update to all links,
just a few links that I happened to pick up on.

Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-04-08 09:47:18 +02:00
Pete 6a77067ccf Change from WEBrick to Puma
Ever since https://github.com/docker-library/redmine/pull/261 the default uses puma instead of WEBrick.  Puma is considered production-ready whereas WEBrick was not recommended for production.
2023-01-09 10:43:57 -08:00
wglambert cc9d3a4c2e
Update content.md 2020-09-14 08:55:48 -07:00
wglambert 45b11c62a1
Add Arbitrary User section to Redmine (#1774) 2020-08-04 17:02:36 -07:00
wglambert cd78c2e058
REDMINE_SECRET_KEY_BASE is required for Docker Swarm (#1659) 2020-02-21 15:41:19 -08:00
Tianon Gravi 8925315ef8 Ditch a lot of "--link" examples (using "--network some-network" instead to force users to do more homework) 2019-03-04 17:15:55 -08:00
Tianon Gravi 1671ea2ac1 Remove SELinux specific notes
This really isn't our place to document -- this is a generic Docker issue for users of SELinux.

The official upstream documentation on the topic can be found at https://docs.docker.com/storage/bind-mounts/#configure-the-selinux-label.

There's also some good information to be found in http://jaormx.github.io/2018/selinux-and-docker-notes/ and https://www.projectatomic.io/blog/2015/06/using-volumes-with-docker-can-cause-problems-with-selinux/.
2018-09-12 13:21:18 -07:00
Tianon Gravi 25a5b70c1b Adjust a ton of image references (especially to use %%IMAGE%%) 2017-10-09 15:30:46 -07:00
Tianon Gravi 9cb58e0970 Convert "redmine" to use "docker stack deploy" 2017-06-09 15:27:59 -07:00
Joe Ferguson 2c25463103 Add documentation for existing redmine env vars:
- `REDMINE_DB_MYSQL`, `REDMINE_DB_POSTGRES`, `REDMINE_DB_PORT`, `REDMINE_DB_USERNAME`, `REDMINE_DB_PASSWORD`, `REDMINE_DB_DATABASE`, `REDMINE_DB_ENCODING`, and `REDMINE_PLUGINS_MIGRATE`
2017-05-11 15:46:37 -07:00
yosifkit 98aa3cd22c clarity for mysql images; fix docker docs urls (#748)
* Added more specific info about initializing db.

Added .sql.gz to supported files and explanation to what database it will be imported.

* Fix docker docs urls for mariadb

* Fix docker docs urls for the rest of the repos

* Sync mariadb, mysql, and percona content.md
2016-11-15 14:41:41 -08:00
Joe Ferguson dc6443ed1b Add docker-compose file for redmine 2016-09-30 16:34:26 -07:00
Tianon Gravi 481f43ec2f Use explicit-type code blocks in a lot of obvious places (now that the Hub actually renders these _better_ than the no-type versions) 2015-08-13 09:29:14 -07:00
Joe Ferguson 969091c4c5 Add redmine docs 2015-08-07 13:13:17 -07:00