We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The text was updated successfully, but these errors were encountered:
version: "3.3" services: app: image: "tanliyuan123/artipub:1.3.0" environment: MONGO_HOST: "mongo" # MONGO_USERNAME: root # MONGO_PASSWORD: example ARTIPUB_API_ADDRESS: "http://localhost:3000" # 后端API地址,如果安装地址不在本机,请修改为协议+服务器IP地址+端口号(默认为3000) ports: - "8000:8000" # frontend - "3000:3000" # backend depends_on: - mongo mongo: image: mongo:latest restart: always volumes: - "/srv/artipub/mongo:/data/db" ports: - "27017:27017"
Sorry, something went wrong.
No branches or pull requests
The text was updated successfully, but these errors were encountered: