Skip to content

Commit

Permalink
feat: nginx docs service
Browse files Browse the repository at this point in the history
  • Loading branch information
snaselj committed Sep 30, 2023
1 parent cb45f4c commit ba49e8b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions development/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,9 @@ services:
- "-c" # this is to evaluate the $REDIS_PASSWORD from the env
- "redis-server --appendonly yes --requirepass $$REDIS_PASSWORD" ## $$ because of docker-compose
env_file: "./dev.env"
docs:
image: nginx:alpine
ports:
- "8001:80"
volumes:
- "${PWD}/docs/_build/html:/usr/share/nginx/html:ro"

0 comments on commit ba49e8b

Please sign in to comment.