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
|
- web
|
||||||
- gitea
|
- gitea
|
||||||
|
|
||||||
nextcloud-aio-mastercontainer:
|
# Disabled: prometheus does not have enough resources to run Nextcloud AIO.
|
||||||
image: ghcr.io/nextcloud-releases/all-in-one:latest
|
# nextcloud-aio-mastercontainer:
|
||||||
container_name: nextcloud-aio-mastercontainer
|
# image: ghcr.io/nextcloud-releases/all-in-one:latest
|
||||||
init: true
|
# container_name: nextcloud-aio-mastercontainer
|
||||||
restart: always
|
# init: true
|
||||||
ports:
|
# restart: always
|
||||||
- "127.0.0.1:8080:8080"
|
# ports:
|
||||||
environment:
|
# - "127.0.0.1:8080:8080"
|
||||||
APACHE_PORT: "11000"
|
# environment:
|
||||||
APACHE_IP_BINDING: "0.0.0.0"
|
# APACHE_PORT: "11000"
|
||||||
APACHE_ADDITIONAL_NETWORK: "server_web"
|
# APACHE_IP_BINDING: "0.0.0.0"
|
||||||
NEXTCLOUD_DATADIR: "/srv/nextcloud/data"
|
# APACHE_ADDITIONAL_NETWORK: "server_web"
|
||||||
volumes:
|
# NEXTCLOUD_DATADIR: "/srv/nextcloud/data"
|
||||||
- "nextcloud_aio_mastercontainer:/mnt/docker-aio-config"
|
# volumes:
|
||||||
- "/var/run/docker.sock:/var/run/docker.sock:ro"
|
# - "nextcloud_aio_mastercontainer:/mnt/docker-aio-config"
|
||||||
networks:
|
# - "/var/run/docker.sock:/var/run/docker.sock:ro"
|
||||||
- web
|
# networks:
|
||||||
|
# - web
|
||||||
|
|
||||||
navidromedb:
|
navidromedb:
|
||||||
image: postgres:13
|
image: postgres:13
|
||||||
@@ -110,6 +111,6 @@ networks:
|
|||||||
gitea:
|
gitea:
|
||||||
external: false
|
external: false
|
||||||
|
|
||||||
volumes:
|
# volumes:
|
||||||
nextcloud_aio_mastercontainer:
|
# nextcloud_aio_mastercontainer:
|
||||||
name: nextcloud_aio_mastercontainer
|
# name: nextcloud_aio_mastercontainer
|
||||||
|
|||||||
Reference in New Issue
Block a user