Skip to content

Commit

Permalink
Remove nginx image from the project
Browse files Browse the repository at this point in the history
  • Loading branch information
Nihisil committed May 31, 2020
1 parent c29b7f5 commit bb834e5
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 257 deletions.
17 changes: 0 additions & 17 deletions docker/production/nginx/Dockerfile

This file was deleted.

57 changes: 0 additions & 57 deletions docker/production/nginx/entrypoint.sh

This file was deleted.

40 changes: 0 additions & 40 deletions docker/production/nginx/le.sh

This file was deleted.

71 changes: 0 additions & 71 deletions docker/production/nginx/nginx.conf

This file was deleted.

67 changes: 0 additions & 67 deletions docker/production/nginx/service.conf

This file was deleted.

7 changes: 2 additions & 5 deletions production.yml
Expand Up @@ -59,11 +59,8 @@ services:
- ./backups:/backups

nginx:
build:
context: .
dockerfile: ./docker/production/nginx/Dockerfile
restart: always
image: protal_nginx
# my personal image based on https://github.com/nginx-le/nginx-le
image: docker.pkg.github.com/life-records/nginx-le/nginx-le:latest
env_file:
- ./.envs/.production.env
depends_on:
Expand Down

0 comments on commit bb834e5

Please sign in to comment.