Sign inSign up

meschac38000/nginx

By meschac38000

Updated about 1 year ago

Simple image based on latest nginx tag used to test functionality locally by Eliam

Image
Developer tools
0

344

meschac38000/nginx repository overview

Example docker compose service

nginx:
    image: meschac38000/nginx
    container_name: nginx
    restart: unless-stopped
    depends_on:
        - {backend-app}
    ports:
        - 80:80
    volumes:
        - staticfiles:/app/www/static
        - mediafiles:/app/www/media
    environment:
        - STATICFILES_DIR=/app/www/static
        - MEDIAFILES_DIR=/app/www/media
        - NGINX_PORT=80
        - NGINX_HOST=my-domain
        - DJANGO_HOST=my-django-app

Tag summary

Content type

Image

Digest

sha256:4792f9ea2

Size

69 MB

Last updated

about 1 year ago

docker pull meschac38000/nginx