Blog creation and filling dialog completed #1

Merged
neki merged 10 commits from feature/blogCreationAndFilling into develop 2025-02-01 09:10:18 +00:00
2 changed files with 2 additions and 4 deletions
Showing only changes of commit 0bdf7097d4 - Show all commits

View File

@ -8,6 +8,8 @@ services:
networks:
- app-network
restart: unless-stopped
volumes:
- /etc/letsencrypt/live/nekiiinkognito.ru:/etc/nginx/ssl:ro
enshi_back:
build: ./enshi_back

View File

@ -14,9 +14,5 @@ FROM nginx:alpine
COPY --from=builder /app/dist /usr/share/nginx/html
COPY ./nginx/nginx.conf /etc/nginx/conf.d/default.conf
# Certificates
COPY ./nginx/fullchain.pem /etc/nginx/ssl/
COPY ./nginx/privkey.pem /etc/nginx/ssl/
EXPOSE 80
EXPOSE 443