Skip to content

Commit

Permalink
Удаление мусора.
Browse files Browse the repository at this point in the history
  • Loading branch information
eugemos committed Aug 30, 2023
1 parent d5579dc commit 8437a13
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions infra/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,19 +26,14 @@ services:
context: ../frontend
dockerfile: Dockerfile
volumes:
# - ../frontend/:/app/result_build/
- static_files:/app/static_files/

nginx:
# image: nginx:1.19.3
build: .
depends_on:
- backend
ports:
- "80:80"
volumes:
# - ./nginx.conf:/etc/nginx/conf.d/default.conf
# - ../frontend/build:/usr/share/nginx/html/
- static_files:/usr/share/nginx/html/
- media:/usr/share/nginx/media
# - ../docs/:/usr/share/nginx/html/api/docs/

0 comments on commit 8437a13

Please sign in to comment.