restore nc stuff
This commit is contained in:
@@ -81,7 +81,7 @@ services:
|
||||
- GITEA__server__LANDING_PAGE=explore
|
||||
- GITEA__ui__REACTIONS="+1, -1, fu, heart, laugh, confused, hooray, eyes, gun, boom, poop, kiss, rocket, bomb, chart_with_downwards_trend, eggplant"
|
||||
# To disable new users after setup:
|
||||
- GITEA__service__DISABLE_REGISTRATION=false
|
||||
- GITEA__service__DISABLE_REGISTRATION=true
|
||||
networks:
|
||||
- backnet
|
||||
- frontnet
|
||||
@@ -121,11 +121,11 @@ services:
|
||||
- frontnet
|
||||
|
||||
pmb:
|
||||
#build:
|
||||
# args:
|
||||
# GPG_PP: $BUILD_GPG_PP
|
||||
# context: pmb-pf
|
||||
# dockerfile: Dockerfile
|
||||
build:
|
||||
args:
|
||||
GPG_PP: $BUILD_GPG_PP
|
||||
context: pmb-pf
|
||||
dockerfile: Dockerfile
|
||||
image: site_pmb:latest
|
||||
expose:
|
||||
- "25"
|
||||
@@ -152,9 +152,37 @@ services:
|
||||
networks:
|
||||
- frontnet
|
||||
|
||||
nextcloud:
|
||||
image: nextcloud:latest
|
||||
restart: always
|
||||
container_name: nextcloud
|
||||
volumes:
|
||||
- nextcloud-data:/var/www/html
|
||||
- nextcloud-apps:/var/www/html/custom_apps
|
||||
- nextcloud-config:/var/www/html/config
|
||||
- nextcloud-data:/var/www/html/data
|
||||
environment:
|
||||
- NEXTCLOUD_TRUSTED_DOMAINS=nextcloud.oily.dad
|
||||
- MYSQL_HOST=db
|
||||
- MYSQL_DATABASE=nextcloud
|
||||
- MYSQL_USER=nextcloud
|
||||
- MYSQL_PASSWORD=${DOTENV_MYSQL_NEXTCLOUD_PASSWORD}
|
||||
- NEXTCLOUD_ADMIN_USER=admin
|
||||
- NEXTCLOUD_ADMIN_PASSWORD=${DOTENV_NEXTCLOUD_ADMIN_PASSWORD}
|
||||
- NEXTCLOUD_DATA_DIR=/var/www/html/data
|
||||
networks:
|
||||
- backnet
|
||||
- frontnet
|
||||
depends_on:
|
||||
db:
|
||||
condition: service_healthy
|
||||
|
||||
volumes:
|
||||
db-data:
|
||||
pmb-root:
|
||||
nextcloud-data:
|
||||
nextcloud-apps:
|
||||
nextcloud-config:
|
||||
|
||||
networks:
|
||||
backnet:
|
||||
|
||||
Reference in New Issue
Block a user