Skip to content

feat(infrastructure): add Dockerfile and docker-compose.yaml for Unpub - #101

Open
nespjin wants to merge 1 commit into
pd4d10:masterfrom
nespjin:dev/docker
Open

feat(infrastructure): add Dockerfile and docker-compose.yaml for Unpub#101
nespjin wants to merge 1 commit into
pd4d10:masterfrom
nespjin:dev/docker

Conversation

@nespjin

@nespjin nespjin commented Mar 5, 2025

Copy link
Copy Markdown
  • Create Dockerfile to build Unpub container image
  • Add docker-compose.yaml to define Unpub and MongoDB services
  • Configure environment variables and expose necessary ports
  • Set up volume mounts for persistent data storage

- Create Dockerfile to build Unpub container image
- Add docker-compose.yaml to define Unpub and MongoDB services
- Configure environment variables and expose necessary ports
- Set up volume mounts for persistent data storage
Comment thread Dockerfile

FROM dart:${dart_version}

ENV PUB_HOSTED_URL="https://mirrors.tuna.tsinghua.edu.cn/dart-pub"

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should not be here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants