Update docker-compose.yaml

This commit is contained in:
Jens Willmer 2021-04-06 13:48:05 +02:00 committed by GitHub
parent bcfc5ec966
commit 762c220889
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,6 +7,8 @@ services:
context: ../
dockerfile: ./docker/Dockerfile
image: elsadashboard:latest
# Use the below image if you do not like to build the image yourself
# image: ghcr.io/elsa-workflows/elsa-core/elsa-dashboard:latest
container_name: elsa-dashboard
environment:
- ASPNETCORE_ENVIRONMENT=Development
@ -23,4 +25,4 @@ services:
container_name: elsa-smtp4dev
ports:
- "3000:80"
- "2525:25"
- "2525:25"