Skip to content

Commit

Permalink
clean up docker-compose CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ksuess committed Jun 16, 2024
1 parent 9e7c66b commit 25d7088
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions acceptance/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ services:
environment:
RAZZLE_INTERNAL_API_PATH: http://backend-acceptance:55001/plone
RAZZLE_API_PATH: http://localhost:55001/plone
ports:
- 3000:3000
depends_on:
- backend-acceptance
profiles:
Expand Down Expand Up @@ -141,7 +139,7 @@ services:
- multilingual

redis:
image: 'redis:latest'
image: "redis:latest"
ports:
- 6379:6379

Expand Down

0 comments on commit 25d7088

Please sign in to comment.