modify(stack): stack yaml modify

This commit is contained in:
GengY
2024-03-05 10:28:55 +08:00
parent 5d80a9e021
commit a365d86908
6 changed files with 27 additions and 9 deletions

View File

@@ -1,8 +1,8 @@
# mkdir -pv gitea/{data,config}
# cd gitea
# chown 1000:1000 config/ data/
# pull:: docker compose --env-file ./gitea/env.cfg -f ./gitea/prod.stack.yml pull
# Run:: docker compose -p gitea --env-file ./gitea/env.cfg -f ./gitea/prod.stack.yml up -d
# pull:: docker compose --env-file ./gitea/env.cfg -f ./gitea/prod.prod.stack.yml pull
# Run:: docker compose -p gitea --env-file ./gitea/env.cfg -f ./gitea/prod.prod.stack.yml up -d
version: "3.9"
services: