edited
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
name: yeetfile
|
||||
# Docker Compose v2.20 or greater required to use "include"
|
||||
include:
|
||||
#################### NETWORKS ####################
|
||||
- ../compose/networks/proxy.yaml
|
||||
- ../compose/networks/socket-proxy.yaml
|
||||
- ../../compose/networks/${YEETFILE_NETWORk_ID}.yaml
|
||||
#################### SERVICES ####################
|
||||
- ../compose/postgres.yaml
|
||||
- ../compose/yeetfile.yaml
|
||||
- ../../compose/postgres.yaml
|
||||
- ../../compose/yeetfile.yaml
|
||||
|
||||
@@ -1 +1,6 @@
|
||||
docker compose --env-file ../../env/.env.stack.yeetfile --env-file ../../env/.env.yeetfile --env-file ../../env/.env.common config
|
||||
#docker create network -d bridge yeetfile
|
||||
#docker create network -d bridge backend
|
||||
docker compose --env-file ../../env/YeetFile-stack.env \
|
||||
--env-file ../../env/YeetFile.env \
|
||||
--env-file ../../env/YeetFile-db.env \
|
||||
--env-file ../../env/common.env config
|
||||
|
||||
Reference in New Issue
Block a user