mirror of
https://github.com/firewalkwithm3/stacks.git
synced 2025-07-02 02:47:49 +08:00
first commit
This commit is contained in:
commit
149e02a10d
72 changed files with 3442 additions and 0 deletions
1
nextcloud-aio/README.md
Normal file
1
nextcloud-aio/README.md
Normal file
|
@ -0,0 +1 @@
|
|||
# Compose file for Nextcloud All-In-One
|
24
nextcloud-aio/compose.yaml
Normal file
24
nextcloud-aio/compose.yaml
Normal file
|
@ -0,0 +1,24 @@
|
|||
services:
|
||||
nextcloud-aio-mastercontainer:
|
||||
image: ghcr.io/nextcloud-releases/all-in-one:latest
|
||||
container_name: nextcloud-aio-mastercontainer
|
||||
init: true
|
||||
network_mode: bridge
|
||||
restart: always
|
||||
volumes:
|
||||
- nextcloud_aio_mastercontainer:/mnt/docker-aio-config
|
||||
- /var/run/docker.sock:/var/run/docker.sock:ro
|
||||
ports:
|
||||
- 8080:8080
|
||||
environment:
|
||||
APACHE_PORT: 11000
|
||||
APACHE_IP_BINDING: 0.0.0.0
|
||||
APACHE_ADDITIONAL_NETWORK: proxy
|
||||
labels:
|
||||
caddy: cloud.ferngarden.net
|
||||
caddy.import: internal
|
||||
caddy.reverse_proxy: "nextcloud-aio-apache:11000"
|
||||
|
||||
volumes:
|
||||
nextcloud_aio_mastercontainer:
|
||||
name: nextcloud_aio_mastercontainer
|
Loading…
Add table
Add a link
Reference in a new issue