forked from freeleaps/freeleaps-pub
Update docker-compose.dev.arm64.new
This commit is contained in:
parent
5be9e97ba9
commit
15f2f07342
@ -20,7 +20,7 @@ services:
|
|||||||
# For apple chip, you may want to downgrade to public mongo:4.4 for log support
|
# For apple chip, you may want to downgrade to public mongo:4.4 for log support
|
||||||
container_name: freeleaps2-mongodb
|
container_name: freeleaps2-mongodb
|
||||||
platform: linux/arm64
|
platform: linux/arm64
|
||||||
image: freeleaps.azurecr.io/mongo:latest-linux-arm64
|
image: mongo:latest
|
||||||
restart: always
|
restart: always
|
||||||
ports:
|
ports:
|
||||||
- "27017:27017"
|
- "27017:27017"
|
||||||
@ -45,7 +45,7 @@ services:
|
|||||||
|
|
||||||
devsvc:
|
devsvc:
|
||||||
container_name: devsvc
|
container_name: devsvc
|
||||||
image: freeleaps.azurecr.io/devsvc:1.0.0
|
image: freeleaps/devsvc:latest-linux-arm64
|
||||||
restart: always
|
restart: always
|
||||||
environment:
|
environment:
|
||||||
- APP_NAME=devsvc
|
- APP_NAME=devsvc
|
||||||
@ -79,7 +79,7 @@ services:
|
|||||||
|
|
||||||
central_storage:
|
central_storage:
|
||||||
container_name: central_storage
|
container_name: central_storage
|
||||||
image: freeleaps.azurecr.io/central_storage:latest-linux-arm64
|
image: freeleaps/central_storage:latest-linux-arm64
|
||||||
# profiles: [ prod, alpha, dev ]
|
# profiles: [ prod, alpha, dev ]
|
||||||
platform: linux/arm64
|
platform: linux/arm64
|
||||||
restart: always
|
restart: always
|
||||||
@ -111,7 +111,7 @@ services:
|
|||||||
|
|
||||||
authentication:
|
authentication:
|
||||||
container_name: authentication
|
container_name: authentication
|
||||||
image: freeleaps.azurecr.io/authentication:latest-linux-arm64
|
image: freeleaps/authentication:latest-linux-arm64
|
||||||
# profiles: [ prod, alpha, dev ]
|
# profiles: [ prod, alpha, dev ]
|
||||||
platform: linux/arm64
|
platform: linux/arm64
|
||||||
restart: always
|
restart: always
|
||||||
@ -145,7 +145,7 @@ services:
|
|||||||
|
|
||||||
content:
|
content:
|
||||||
container_name: content
|
container_name: content
|
||||||
image: freeleaps.azurecr.io/content:latest-linux-arm64
|
image: freeleaps/content:latest-linux-arm64
|
||||||
# profiles: [ prod, alpha, dev ]
|
# profiles: [ prod, alpha, dev ]
|
||||||
platform: linux/arm64
|
platform: linux/arm64
|
||||||
restart: always
|
restart: always
|
||||||
@ -176,7 +176,7 @@ services:
|
|||||||
|
|
||||||
notification:
|
notification:
|
||||||
container_name: notification
|
container_name: notification
|
||||||
image: freeleaps.azurecr.io/notification:latest-linux-arm64
|
image: freeleaps/notification:latest-linux-arm64
|
||||||
# profiles: [ prod, alpha, dev ]
|
# profiles: [ prod, alpha, dev ]
|
||||||
platform: linux/arm64
|
platform: linux/arm64
|
||||||
restart: always
|
restart: always
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user