Olliver Schinagl
62ef4e961b
examples: Have cron container depend on the app container
...
The cron container requires the files created by the app container, to
start its cron tasks. There is a potential race condition here, where
cron starts to run before the app container is even up, before the app
container has populated `/var/www/html`. This is undesired and easily
solved by making sure cron depends on the app container.
Signed-off-by: Olliver Schinagl <oliver@schinagl.nl>
2023-05-29 10:28:11 +02:00
J0WI
3eb80c52b1
Support SELinux in docker-compose.yml examples ( fix #324 ) ( #1957 )
...
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
2023-03-28 16:05:53 +00:00
fariszr
c769eb86e1
don't expose insecure ports to the public ( #1523 )
...
* don't expose insecure ports to public
* don't expose insecure ports to public
Signed-off-by: Fariszr <35614734+fariszr@users.noreply.github.com>
2021-07-18 21:52:26 +00:00
J0WI
953ebac32b
Reduce examples ( #1484 )
2021-04-26 17:15:37 +00:00
J0WI
fbdb70e856
Remove workaround to create the postgres db ( fix #886 ) ( #961 )
...
This reverts commit 4df6f79568
.
The upstream bug has been fixed in https://github.com/nextcloud/server/pull/15187
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
2020-01-13 16:11:28 +00:00
Tilo Spannagel
4df6f79568
Allow nextcloud to create the postgres db ( #784 )
...
Signed-off-by: Tilo Spannagel <development@tilosp.de>
2019-07-05 13:50:40 +02:00
J0WI
aa5c0c1929
Use Alpine Linux in examples and use default user
...
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
2018-11-20 20:24:22 +01:00
Tilo Spannagel
654ddeae23
Remove trailing whitespaces
2018-08-01 22:55:25 +02:00
Tilo Spannagel
0548adf1c1
Use autoconfig.php provided by the image
2017-09-27 13:29:15 +02:00
Tilo Spannagel
01dd1a93f1
Add depends_on
2017-09-27 13:29:15 +02:00
Tilo Spannagel
0ba11e9ca3
Remove unnecessary links
2017-09-27 13:29:12 +02:00
Tilo Spannagel
83b027fbae
Add insecure docker-compose examples for apache
2017-09-27 13:29:11 +02:00