Moving to central bridge network; standarizing container names
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
version: "2.1"
|
version: "2.1"
|
||||||
services:
|
services:
|
||||||
nextcloud-db:
|
nextcloud-db:
|
||||||
|
container_name: nextcloud_db
|
||||||
image: postgres:alpine
|
image: postgres:alpine
|
||||||
restart: always
|
restart: always
|
||||||
volumes:
|
volumes:
|
||||||
@@ -9,10 +10,11 @@ services:
|
|||||||
env_file:
|
env_file:
|
||||||
- db.env
|
- db.env
|
||||||
redis:
|
redis:
|
||||||
|
container_name: nextcloud_redis
|
||||||
image: redis:alpine
|
image: redis:alpine
|
||||||
restart: always
|
restart: always
|
||||||
nextcloud:
|
nextcloud:
|
||||||
container_name: nextcloud
|
container_name: nextcloud_server
|
||||||
image: linuxserver/nextcloud:latest
|
image: linuxserver/nextcloud:latest
|
||||||
environment:
|
environment:
|
||||||
- PUID=1000
|
- PUID=1000
|
||||||
@@ -35,6 +37,7 @@ services:
|
|||||||
- nextcloud-db
|
- nextcloud-db
|
||||||
- redis
|
- redis
|
||||||
cron:
|
cron:
|
||||||
|
container_name: nextcloud_cron
|
||||||
image: nextcloud:apache
|
image: nextcloud:apache
|
||||||
restart: always
|
restart: always
|
||||||
volumes:
|
volumes:
|
||||||
@@ -44,3 +47,7 @@ services:
|
|||||||
depends_on:
|
depends_on:
|
||||||
- nextcloud-db
|
- nextcloud-db
|
||||||
- redis
|
- redis
|
||||||
|
networks:
|
||||||
|
default:
|
||||||
|
external: true
|
||||||
|
name: gerbil_network
|
||||||
|
|||||||
Reference in New Issue
Block a user