Merge branch 'master' into production

This commit is contained in:
CDaut 2022-06-27 23:39:22 +02:00 committed by CDaut
commit 8a63661800
13 changed files with 251 additions and 6 deletions

View file

@ -6,15 +6,13 @@ services:
depends_on:
- db
volumes:
- ./markdownblog:/markdownblog
- ./markdownblog:/markdownblog
ports:
- "8234:8234"
env_file:
- envvars.env
command: gunicorn markdownblog.wsgi -b 0.0.0.0:8234
db:
image: postgres:14.3-alpine
ports: