Advertisement
mheezand

docker-compose.yml (with cloud mongodb [atlas])

Dec 19th, 2024 (edited)
38
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.27 KB | Source Code | 0 0
  1. version: "3.9"
  2.  
  3. services:
  4.   userge:
  5.     image: mheezand/userge-loader:latest
  6.     restart: on-failure
  7.     environment:
  8.       DATABASE_URL: mongodb+srv://username:password@clusterX.blablabla.mongodb.net/test?retryWrites=true&w=majority
  9.     env_file:
  10.      - config.env
  11.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement