Simple image based on latest nginx tag used to test functionality locally by Eliam
344
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
Content type
Image
Digest
sha256:4792f9ea2…
Size
69 MB
Last updated
about 1 year ago
docker pull meschac38000/nginx