Merge branch 'master' into production
This commit is contained in:
commit
8a63661800
13 changed files with 251 additions and 6 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue