Skip to content

Commit

Permalink
chore: Update Dockerfile to use npm instead of bun for package instal…
Browse files Browse the repository at this point in the history
…lation
  • Loading branch information
waveyboym committed Jul 14, 2024
1 parent 606311c commit 07665a4
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 4 deletions.
1 change: 1 addition & 0 deletions documentation/occupi-docs/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ services:
- "3001:3000"
networks:
- webnet
restart: on-failure:5

networks:
webnet:
Expand Down
3 changes: 2 additions & 1 deletion frontend/occupi-web/docker-compose.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,13 @@ services:
context: .
dockerfile: Dockerfile.dev
ports:
- "4001:4000"
- "4001:5173"
networks:
- webnet
volumes:
- /etc/letsencrypt/live/dev.occupi.tech/fullchain.pem:/etc/letsencrypt/live/dev.occupi.tech/fullchain.pem:ro
- /etc/letsencrypt/live/dev.occupi.tech/privkey.pem:/etc/letsencrypt/live/dev.occupi.tech/privkey.pem:ro
restart: on-failure:5

networks:
webnet:
Expand Down
7 changes: 4 additions & 3 deletions frontend/occupi-web/docker-compose.prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,13 @@ services:
context: .
dockerfile: Dockerfile.prod
ports:
- "4000:4000"
- "4000:5173"
networks:
- webnet
volumes:
- /etc/letsencrypt/live/occupi.tech/fullchain.pem:/etc/letsencrypt/live/occupi.tech/fullchain.pem:ro
- /etc/letsencrypt/live/occupi.tech/privkey.pem:/etc/letsencrypt/live/occupi.tech/privkey.pem:ro
- /etc/letsencrypt/live/app.occupi.tech/fullchain.pem:/etc/letsencrypt/live/app.occupi.tech/fullchain.pem:ro
- /etc/letsencrypt/live/app.occupi.tech/privkey.pem:/etc/letsencrypt/live/app.occupi.tech/privkey.pem:ro
restart: on-failure:5

networks:
webnet:
Expand Down
1 change: 1 addition & 0 deletions frontend/occupi/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ services:
- "5000:3000"
networks:
- webnet
restart: on-failure:5

networks:
webnet:
Expand Down
1 change: 1 addition & 0 deletions occupi-backend/docker-compose.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ services:
volumes:
- /etc/letsencrypt/live/dev.occupi.tech/fullchain.pem:/etc/letsencrypt/live/dev.occupi.tech/fullchain.pem:ro
- /etc/letsencrypt/live/dev.occupi.tech/privkey.pem:/etc/letsencrypt/live/dev.occupi.tech/privkey.pem:ro
restart: on-failure:5

networks:
webnet:
Expand Down
1 change: 1 addition & 0 deletions occupi-backend/docker-compose.prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ services:
volumes:
- /etc/letsencrypt/live/occupi.tech/fullchain.pem:/etc/letsencrypt/live/occupi.tech/fullchain.pem:ro
- /etc/letsencrypt/live/occupi.tech/privkey.pem:/etc/letsencrypt/live/occupi.tech/privkey.pem:ro
restart: on-failure:5

networks:
webnet:
Expand Down

0 comments on commit 07665a4

Please sign in to comment.