You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# image: onedatashare_odsbackend:latest #replace this with "build: ." if u want to build what you have locally. Make sure to update your env appropriately
build: .
env_file:
- .ods.env
restart: always
ports:
- 8080:8080
depends_on :
- mongodb # ensuring that the Maven container is started only after the mongo-service is up