Commit b9106f6f by ccran

feat: update docker-compose

parent 55ab705d
...@@ -16,7 +16,7 @@ version: '3.4' # For compatibility with older Docker versions ...@@ -16,7 +16,7 @@ version: '3.4' # For compatibility with older Docker versions
services: services:
new-api: new-api:
image: calciumion/new-api:latest image: new-api:export
container_name: new-api container_name: new-api
restart: always restart: always
command: --log-dir /app/logs command: --log-dir /app/logs
...@@ -60,7 +60,7 @@ services: ...@@ -60,7 +60,7 @@ services:
retries: 3 retries: 3
redis: redis:
image: redis:latest image: docker.m.daocloud.io/redis:latest
container_name: redis container_name: redis
restart: always restart: always
command: ["redis-server", "--requirepass", "123456"] # ⚠️ IMPORTANT: Change this password in production! command: ["redis-server", "--requirepass", "123456"] # ⚠️ IMPORTANT: Change this password in production!
...@@ -68,7 +68,7 @@ services: ...@@ -68,7 +68,7 @@ services:
- new-api-network - new-api-network
postgres: postgres:
image: postgres:15 image: docker.m.daocloud.io/postgres:15
container_name: postgres container_name: postgres
restart: always restart: always
environment: 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