mirror of
https://github.com/photoprism/photoprism.git
synced 2026-01-23 02:24:24 +00:00
Develop: Create default network in custom compose YAML files
Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
parent
fb6d920b1b
commit
0d24ec5abb
4 changed files with 15 additions and 3 deletions
|
|
@ -120,8 +120,8 @@ volumes:
|
|||
go-mod:
|
||||
driver: local
|
||||
|
||||
## Create shared "photoprism-develop" network for connecting with services in other compose.yaml files
|
||||
## Create shared "photoprism" network for connecting with services in other compose.yaml files
|
||||
networks:
|
||||
default:
|
||||
name: shared
|
||||
name: photoprism
|
||||
driver: bridge
|
||||
|
|
|
|||
|
|
@ -176,3 +176,9 @@ volumes:
|
|||
driver: local
|
||||
mariadb:
|
||||
driver: local
|
||||
|
||||
## Create shared "photoprism" network for connecting with services in other compose.yaml files
|
||||
networks:
|
||||
default:
|
||||
name: photoprism
|
||||
driver: bridge
|
||||
|
|
|
|||
|
|
@ -238,3 +238,9 @@ volumes:
|
|||
driver: local
|
||||
mariadb:
|
||||
driver: local
|
||||
|
||||
## Create shared "photoprism" network for connecting with services in other compose.yaml files
|
||||
networks:
|
||||
default:
|
||||
name: photoprism
|
||||
driver: bridge
|
||||
|
|
|
|||
|
|
@ -393,7 +393,7 @@ volumes:
|
|||
mariadb:
|
||||
driver: local
|
||||
|
||||
## Create shared "photoprism-develop" network for connecting with services in other compose.yaml files
|
||||
## Create shared "photoprism" network for connecting with services in other compose.yaml files
|
||||
networks:
|
||||
default:
|
||||
name: photoprism
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue