Skip to content

Commit

Permalink
Update docker compose production
Browse files Browse the repository at this point in the history
  • Loading branch information
pH-7 committed May 17, 2024
1 parent 0178823 commit 15ef44d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 33 deletions.
9 changes: 3 additions & 6 deletions docker-compose.production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,13 @@ services:
- PORT=${PORT:-443}
- REDIS_HOST=redis
- REDIS_PORT=6379
- DOMAIN=your_domain.com
- IS_CACHE_ENABLED=${IS_CACHE_ENABLED:-false}
restart: "always"
ports:
- "80:80"
- "443:443"
build:
dockerfile: Dockerfile
context: .
volumes:
- ./ssl:/app/ssl
- .:/home/user/app/
depends_on:
- redis
networks:
Expand All @@ -32,4 +29,4 @@ services:

networks:
app-network:
driver: bridge
driver: bridge
27 changes: 0 additions & 27 deletions nginx.conf

This file was deleted.

0 comments on commit 15ef44d

Please sign in to comment.