# Docker Deployment

**URL:** https://we.hypha.app/t/docker-deployment/76
**Category:** docker
**Created:** [May 27, 2021, 6:01pm UTC](https://we.hypha.app/t/docker-deployment/76 "2021-05-27T18:01:40Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![maxpearl](https://yyz2.discourse-cdn.com/flex036/user_avatar/we.hypha.app/maxpearl/32/18_2.png) [@maxpearl](https://we.hypha.app/u/maxpearl)
#### Post date: [May 27, 2021, 6:01pm UTC](https://we.hypha.app/t/docker-deployment/76/1 "2021-05-27T18:01:40Z")

</div>

I’m working on the docker deployment docs, and as I’m doing this, I realize we’re going to need a different docker-compose file for production deployment rather than development.

I’m thinking of this folder structure for the docker directory:

- docker
  - development
    - nginx
    - docker-compose
    - …

  - production
    - nginx
    - certbot
    - docker-compose
    - …

Make sense? Any suggestions?

---

<div class="post-metadata">

### Author: ![bernard](https://avatars.discourse-cdn.com/v4/letter/b/df705f/32.png) [@bernard](https://we.hypha.app/u/bernard)
#### Post date: [May 27, 2021, 7:33pm UTC](https://we.hypha.app/t/docker-deployment/76/2 "2021-05-27T19:33:34Z")

</div>

Ping @frjo (Discourse requires me to add more characters 🙂 )

---

<div class="post-metadata">

### Author: ![frjo](https://yyz2.discourse-cdn.com/flex036/user_avatar/we.hypha.app/frjo/32/5_2.png) [@frjo](https://we.hypha.app/u/frjo)
#### Post date: [May 27, 2021, 8:05pm UTC](https://we.hypha.app/t/docker-deployment/76/3 "2021-05-27T20:05:20Z")

</div>

Definitely needs different setups for dev/prod. @maxpearl your suggestions looks good I think.
