change env file named
This commit is contained in:
@@ -1,3 +1,4 @@
|
|||||||
|
name: flatnotes
|
||||||
services:
|
services:
|
||||||
flatnotes:
|
flatnotes:
|
||||||
image: ${FLATNOTES_IMAGE}:${FLATNOTES_TAG}
|
image: ${FLATNOTES_IMAGE}:${FLATNOTES_TAG}
|
||||||
@@ -14,7 +15,7 @@ services:
|
|||||||
PGID: ${GID:-1000}
|
PGID: ${GID:-1000}
|
||||||
TZ: ${TZ}
|
TZ: ${TZ}
|
||||||
env_file:
|
env_file:
|
||||||
- path: ../env/.env.flatnotes
|
- path: ../env/flatnotes.env
|
||||||
volumes:
|
volumes:
|
||||||
- ${DOCKERDIR}/flatnotes:/data
|
- ${DOCKERDIR}/flatnotes:/data
|
||||||
# Optional. Allows you to save the search index in a different location:
|
# Optional. Allows you to save the search index in a different location:
|
||||||
|
|||||||
@@ -1,5 +1,3 @@
|
|||||||
COMPOSE_PROJECT_NAME=flatnotes
|
|
||||||
|
|
||||||
FLATNOTES_NETWORk_ID=proxy
|
FLATNOTES_NETWORk_ID=proxy
|
||||||
FLATNOTES_HOSTNAME=flatnotes
|
FLATNOTES_HOSTNAME=flatnotes
|
||||||
|
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
# Docker Compose v2.20 or greater required to use "include"
|
# Docker Compose v2.20 or greater required to use "include"
|
||||||
include:
|
include:
|
||||||
#################### NETWORKS ####################
|
#################### NETWORKS ####################
|
||||||
- ../../compose/networks/proxy.yaml
|
- ../../compose/networks/${FLATNOTES_NETWORk_ID}.yaml
|
||||||
#################### SERVICES ####################
|
#################### SERVICES ####################
|
||||||
- ../../compose/flatnotes.yaml
|
- ../../compose/flatnotes.yaml
|
||||||
|
|||||||
@@ -2,6 +2,5 @@
|
|||||||
include:
|
include:
|
||||||
#################### NETWORKS ####################
|
#################### NETWORKS ####################
|
||||||
- ../../compose/networks/proxy.yaml
|
- ../../compose/networks/proxy.yaml
|
||||||
- ../../compose/networks/socket-proxy.yaml
|
|
||||||
#################### SERVICES ####################
|
#################### SERVICES ####################
|
||||||
- ../../compose/flatnotes.yaml
|
- ../../compose/flatnotes.yaml
|
||||||
|
|||||||
Reference in New Issue
Block a user