fix order of ports

This commit is contained in:
SrGooglo 2023-05-18 13:19:20 +00:00
parent 4ed24bbb0c
commit 1cfe25f2f8

View File

@ -10,25 +10,25 @@ services:
build: packages/server
restart: unless-stopped
ports:
- "5000:5000"
- "5000:3010"
env_file:
- api.env
volumes:
- ./d_data/api/cache:/home/node/app/cache
marketplace_server:
build: packages/marketplace_server
restart: unless-stopped
ports:
- "5001:3040"
env_file:
- marketplace.env
message_server:
build: packages/message_server
restart: unless-stopped
ports:
- "5002:3005"
- "5001:3020"
env_file:
- messaging.env
marketplace_server:
build: packages/marketplace_server
restart: unless-stopped
ports:
- "5002:3040"
env_file:
- marketplace.env
redis:
image: redis/redis-stack-server:latest
restart: unless-stopped