added lots of user information

This commit is contained in:
vabene1111
2020-12-31 13:38:16 +01:00
parent f822e03be0
commit 5a7c914fe7
9 changed files with 84 additions and 36 deletions

View File

@ -23,18 +23,18 @@ services:
networks:
- default
nginx_recipes:
image: nginx:mainline-alpine
restart: always
env_file:
- ./.env
volumes:
- ./nginx/conf.d:/etc/nginx/conf.d
- ./staticfiles:/static
- ./mediafiles:/media
networks:
- default
- nginx-proxy
nginx_recipes:
image: nginx:mainline-alpine
restart: always
env_file:
- ./.env
volumes:
- ./nginx/conf.d:/etc/nginx/conf.d
- ./staticfiles:/static
- ./mediafiles:/media
networks:
- default
- nginx-proxy
networks:
default: