Skip to content

Commit

Permalink
Proper ports
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenvdlinde committed Sep 10, 2024
1 parent 1fd0767 commit d400b1c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,20 @@ volumes:
config:

services:
frontend:
portal:
image: acatonl/woo-ui-develop
ports:
- "8081:80"

catalog:
image: ghcr.io/opencatalogi/web-app:dev
ports:
- "8082:80"
- "8082:8080"

portal:
woo:
image: ghcr.io/conductionnl/woo-website:dev
ports:
- "8083:80"
- "8083:8080"

db:
image: mariadb:10.6
Expand Down

0 comments on commit d400b1c

Please sign in to comment.