Stabilize Hyperling.com (#21)
* Make the backup puller a full-fledged script after all. * Finish the main portion. * Remove version tag to avoid log errors on Docker 26.0, Compose 2.25.0. * Try moving to a smaller, faster, more stable image. * Move Nextcloud to the stable tag. * Add shortcut aliases. * Rename container website to www. * Do not install the latest of the PHP or Node programs if a version already exists in the container. * We need git!! * Try only git and the PHP interpretor. * Remove comments. * Install express at the image layer, not during runtime. * Let the app install express after all. * Remove warning about apt CLI. * Try to cache the express download/install. * Fix caching of Node packages.
This commit is contained in:
@ -16,8 +16,6 @@
|
||||
# to maintain and may allow the internal address to be based on container
|
||||
# name instead of the docker hosts's IP.
|
||||
|
||||
version: '3'
|
||||
|
||||
services:
|
||||
|
||||
## MariaDB ##
|
||||
@ -75,7 +73,7 @@ services:
|
||||
## Nextcloud ##
|
||||
nc-app:
|
||||
container_name: nc-app
|
||||
image: nextcloud
|
||||
image: nextcloud:stable
|
||||
restart: always
|
||||
ports:
|
||||
- 8080:80
|
||||
|
Reference in New Issue
Block a user