forked from freeleaps/freeleaps-pub
Use public mongo/rabbitmq/gitea for local development
This commit is contained in:
parent
31775d03ec
commit
5be9e97ba9
@ -3,7 +3,7 @@ services:
|
|||||||
# For apple chip, add: platform: linux/amd64
|
# For apple chip, add: platform: linux/amd64
|
||||||
container_name: freeleaps2-gitea
|
container_name: freeleaps2-gitea
|
||||||
platform: linux/arm64
|
platform: linux/arm64
|
||||||
image: freeleaps.azurecr.io/gitea:latest-linux-arm64
|
image: gitea/gitea:latest
|
||||||
restart: always
|
restart: always
|
||||||
ports:
|
ports:
|
||||||
- "3000:3000"
|
- "3000:3000"
|
||||||
@ -33,7 +33,7 @@ services:
|
|||||||
# For apple chip, add: platform: linux/amd64
|
# For apple chip, add: platform: linux/amd64
|
||||||
platform: linux/arm64
|
platform: linux/arm64
|
||||||
container_name: freeleaps2-rabbitmq
|
container_name: freeleaps2-rabbitmq
|
||||||
image: freeleaps.azurecr.io/rabbitmq:latest-linux-arm64
|
image: rabbitmq:latest
|
||||||
restart: always
|
restart: always
|
||||||
ports:
|
ports:
|
||||||
- "5672:5672"
|
- "5672:5672"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user