]> Untitled Git - lemmy.git/commit
Some fixes for the docker build.
authorDessalines <tyhou13@gmx.com>
Tue, 20 Aug 2019 23:20:46 +0000 (16:20 -0700)
committerDessalines <tyhou13@gmx.com>
Tue, 20 Aug 2019 23:20:46 +0000 (16:20 -0700)
commit431210025df8f4ab5eeb2eb4c39b449aba308b58
tree97bc14df340725a105882041e9d4efe36434022b
parent06a94176715bcdf91d401698f91d89ba906906d0
Some fixes for the docker build.

- Messed with readme.
- They needed to be `.env`, not `env`.
- Leaving the nginx file there, but extracting it out of the main setup. Ppl might use apache, or none at all.
- Docker 3.3 doesn't work with the DB health check unfortunately, so I changed that back to 2.4.
- Changed the env in the docker folder so it doesn't need to be edited, someone could just pull this and start it up if they just wanna test it.
README.md
docker/dev/.env [new file with mode: 0644]
docker/dev/docker-compose.yml
docker/prod/.env [new file with mode: 0644]
docker/prod/docker-compose.yml
docker/prod/env [deleted file]