feat: add opencut/io-paint/clash
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
- `POSTGRES_USER`: 数据库用户名,默认为 `postgres`。
|
||||
- `POSTGRES_PASSWORD`: 数据库密码,默认为 `postgres`。
|
||||
- `POSTGRES_DB`: 数据库名称,默认为 `postgres`。
|
||||
- `POSTGRES_PORT`: PostgreSQL 的主机端口,默认为 `5432`。
|
||||
- `POSTGRES_PORT_OVERRIDE`: PostgreSQL 的主机端口,默认为 `5432`。
|
||||
|
||||
## 卷
|
||||
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user