Commit b9106f6f by ccran

feat: update docker-compose

parent 55ab705d
......@@ -16,7 +16,7 @@ version: '3.4' # For compatibility with older Docker versions
services:
new-api:
image: calciumion/new-api:latest
image: new-api:export
container_name: new-api
restart: always
command: --log-dir /app/logs
......@@ -60,7 +60,7 @@ services:
retries: 3
redis:
image: redis:latest
image: docker.m.daocloud.io/redis:latest
container_name: redis
restart: always
command: ["redis-server", "--requirepass", "123456"] # ⚠️ IMPORTANT: Change this password in production!
......@@ -68,7 +68,7 @@ services:
- new-api-network
postgres:
image: postgres:15
image: docker.m.daocloud.io/postgres:15
container_name: postgres
restart: always
environment:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment