mirror of
https://github.com/fscotto/infra.git
synced 2026-05-30 15:39:58 +00:00
Disable Nextcloud AIO on server
This commit is contained in:
@@ -36,23 +36,24 @@ services:
|
||||
- web
|
||||
- gitea
|
||||
|
||||
nextcloud-aio-mastercontainer:
|
||||
image: ghcr.io/nextcloud-releases/all-in-one:latest
|
||||
container_name: nextcloud-aio-mastercontainer
|
||||
init: true
|
||||
restart: always
|
||||
ports:
|
||||
- "127.0.0.1:8080:8080"
|
||||
environment:
|
||||
APACHE_PORT: "11000"
|
||||
APACHE_IP_BINDING: "0.0.0.0"
|
||||
APACHE_ADDITIONAL_NETWORK: "server_web"
|
||||
NEXTCLOUD_DATADIR: "/srv/nextcloud/data"
|
||||
volumes:
|
||||
- "nextcloud_aio_mastercontainer:/mnt/docker-aio-config"
|
||||
- "/var/run/docker.sock:/var/run/docker.sock:ro"
|
||||
networks:
|
||||
- web
|
||||
# Disabled: prometheus does not have enough resources to run Nextcloud AIO.
|
||||
# nextcloud-aio-mastercontainer:
|
||||
# image: ghcr.io/nextcloud-releases/all-in-one:latest
|
||||
# container_name: nextcloud-aio-mastercontainer
|
||||
# init: true
|
||||
# restart: always
|
||||
# ports:
|
||||
# - "127.0.0.1:8080:8080"
|
||||
# environment:
|
||||
# APACHE_PORT: "11000"
|
||||
# APACHE_IP_BINDING: "0.0.0.0"
|
||||
# APACHE_ADDITIONAL_NETWORK: "server_web"
|
||||
# NEXTCLOUD_DATADIR: "/srv/nextcloud/data"
|
||||
# volumes:
|
||||
# - "nextcloud_aio_mastercontainer:/mnt/docker-aio-config"
|
||||
# - "/var/run/docker.sock:/var/run/docker.sock:ro"
|
||||
# networks:
|
||||
# - web
|
||||
|
||||
navidromedb:
|
||||
image: postgres:13
|
||||
@@ -110,6 +111,6 @@ networks:
|
||||
gitea:
|
||||
external: false
|
||||
|
||||
volumes:
|
||||
nextcloud_aio_mastercontainer:
|
||||
name: nextcloud_aio_mastercontainer
|
||||
# volumes:
|
||||
# nextcloud_aio_mastercontainer:
|
||||
# name: nextcloud_aio_mastercontainer
|
||||
|
||||
Reference in New Issue
Block a user