feat: add opencut/io-paint/clash

This commit is contained in:
Sun-ZhenXing
2025-09-26 09:16:53 +08:00
parent 0b74e7bbe8
commit ed43eef637
17 changed files with 231 additions and 11 deletions

View File

@@ -14,7 +14,7 @@ This service deploys a PostgreSQL database.
- `POSTGRES_USER`: The database username, default is `postgres`.
- `POSTGRES_PASSWORD`: The database password, default is `postgres`.
- `POSTGRES_DB`: The database name, default is `postgres`.
- `POSTGRES_PORT`: The host port for PostgreSQL, default is `5432`.
- `POSTGRES_PORT_OVERRIDE`: The host port for PostgreSQL, default is `5432`.
## Volumes

View File

@@ -14,7 +14,7 @@
- `POSTGRES_USER`: 数据库用户名,默认为 `postgres`
- `POSTGRES_PASSWORD`: 数据库密码,默认为 `postgres`
- `POSTGRES_DB`: 数据库名称,默认为 `postgres`
- `POSTGRES_PORT`: PostgreSQL 的主机端口,默认为 `5432`
- `POSTGRES_PORT_OVERRIDE`: PostgreSQL 的主机端口,默认为 `5432`
## 卷

View File

@@ -24,7 +24,7 @@ services:
# Initialize the database with a custom SQL script
# - ./init.sql:/docker-entrypoint-initdb.d/init.sql
ports:
- "${POSTGRES_PORT:-5432}:5432"
- "${POSTGRES_PORT_OVERRIDE:-5432}:5432"
deploy:
resources:
limits: