Skip to content
This repository has been archived by the owner on Sep 3, 2024. It is now read-only.

Commit

Permalink
Merge branch 'main' into BC-6724-fix-scrollbar
Browse files Browse the repository at this point in the history
  • Loading branch information
odalys-dataport authored Jun 14, 2024
2 parents 45ac8f0 + 8f068a9 commit 743081e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions compose-files/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,8 @@ services:
- CALENDAR_API_KEY=test123
- S3_KEY=abcdefghijklmnop
- PUBLIC_BACKEND_URL=http://server:3030/api
# ETHERPAD
- ETHERPAD__PAD_URI=http://localhost:9001/p
ports:
- "3030:3030"
networks:
Expand Down Expand Up @@ -234,6 +236,8 @@ services:
- FWU_CONTENT__S3_SECRET_KEY=S3RVER
- FWU_CONTENT__S3_BUCKET=fwu-content
- FWU_CONTENT__S3_REGION=eu-central-1
# ETHERPAD
- ETHERPAD__PAD_URI=http://localhost:9001/p
ports:
- "3333:3333"
networks:
Expand Down

0 comments on commit 743081e

Please sign in to comment.