Skip to content
This repository has been archived by the owner on Jul 15, 2023. It is now read-only.

Commit

Permalink
Merge pull request #196 from iguagile/feature/setup_docker_build
Browse files Browse the repository at this point in the history
fix docker-compose
  • Loading branch information
bootjp authored Jun 25, 2023
2 parents 5200168 + bc48b09 commit fb74502
Showing 1 changed file with 3 additions and 12 deletions.
15 changes: 3 additions & 12 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,12 @@ services:
redis:
image: redis:latest
ports:
- 6379:6379

- "6379:6379"

iguagile-api:
image: iguagile/iguagile-api:latest
image: ghcr.io/iguagile/iguagile-engine:latest
ports:
- 8080:80
- "8080:80"
environment:
REDIS_HOST: redis:6379

# this is self
# igagile:
# image: iguagile/iguagile-engine:beta
# ports:
# - 4000:4000
# - 5000:5000


0 comments on commit fb74502

Please sign in to comment.