Oliver
ab654c3ae7
Disable redis image by default ( #3416 )
...
- Enable using the docker --profile command
2022-07-27 13:02:26 +10:00
Oliver
7cabb78964
Docker compose relative path ( #3410 )
...
* Update development docker-compose file
- Remove external volume definition
- v2 does not allow relative path spec here
- Simplification is only required for dev version
* Remove old debug messages
* Update docker build CI step
- Check that required directories / files have been created in the correct location(s)
* Add check for pgdb directory
* Run partial docker check on pull_request
* Disable workflow running on pull requests
2022-07-27 07:50:54 +10:00
Oliver
622c0636ef
Remove references to "plugins" volume in production docker-compose file ( #3406 )
2022-07-26 15:29:37 +10:00
Matthias Mair
cbae4474ab
Allow installation of local plugins via docker ( #3348 )
...
* Add option to mpunt plugins to docker
* [FR] Allow installation of local plugins via docker
Fixes #3343
2022-07-19 08:18:54 +10:00
Oliver
f23cef0400
docker: prevent ports being exposed outside container context ( #3351 )
2022-07-18 14:08:33 +10:00
Matthias Mair
7549d033df
Use env-variable for image tag ( #3350 )
2022-07-18 09:09:04 +10:00
Oliver
63f1e58ca9
Fix container priority for docker compose recipe ( #3180 )
...
- Cache must be running *before* the server
- Server must be running *before* the worker
2022-06-11 19:58:36 +10:00
Oliver
d9efe27f8a
Adds redis support to production docker-compose ( #3171 )
...
* Adds a redis container to the production docker-compose script
* Fix ports
2022-06-10 20:16:19 +10:00
Matthias Mair
93b6934127
fix trailing
2022-05-20 13:20:55 +02:00
Oliver Walters
85feb30812
Refactor development docker-compose setup
2022-04-20 23:15:37 +10:00
Oliver Walters
0b3aac21ea
The production docker-compose file now no longer needs to be touched at all
...
Everything can be specified in the .env file!
2022-04-20 22:46:25 +10:00
Oliver Walters
c3fff02bd8
Automatically create a database (with the correct name) when the db container is started!
2022-04-20 22:11:07 +10:00
Oliver Walters
a50f26e84d
Adjust naming of nginx production file
2022-04-20 21:52:25 +10:00
Oliver Walters
e4e735a71b
Refactoring docker-compose.postgresql.yml
...
- Do not require duplication of username / password values
- Specify different env file
- Move to a new child directory which simplifies setup
2022-04-20 21:44:22 +10:00