Add Nextcloud Dockerfile #4

Merged
me merged 8 commits from dev into main 2025-06-16 16:41:45 -07:00
8 changed files with 69 additions and 22 deletions
Showing only changes of commit 8aaa8e97b9 - Show all commits

View File

@ -13,9 +13,10 @@
#
# 20250616 - Performance testing was done on an old workstation.
# Only Compose: 3.8, 2.5, 1.8, 1.8, 2.1 seconds
# Compose Bake: 2.0, 1.9, 1.8, 2.2, 1.9 seconds
# Not really needed but also does not seem harmful. Will eliminate the warning.
# Only Compose: 3.8, 2.5, 1.8, 1.8, 2.1, 2.0, 1.7 seconds
# Compose Bake: 3.7, 0.9, 2.3, 2.0, 3.1, 2.1, 1.8 seconds
# Not really needed but also not harmful and will eliminate the warning.
# Timings do not include the initial pull for either method.
COMPOSE_BAKE=true
#

View File

@ -13,9 +13,10 @@
#
# 20250616 - Performance testing was done on an old workstation.
# Only Compose: 3.8, 2.5, 1.8, 1.8, 2.1 seconds
# Compose Bake: 2.0, 1.9, 1.8, 2.2, 1.9 seconds
# Not really needed but also does not seem harmful. Will eliminate the warning.
# Only Compose: 3.8, 2.5, 1.8, 1.8, 2.1, 2.0, 1.7 seconds
# Compose Bake: 3.7, 0.9, 2.3, 2.0, 3.1, 2.1, 1.8 seconds
# Not really needed but also not harmful and will eliminate the warning.
# Timings do not include the initial pull for either method.
COMPOSE_BAKE=true
#