Skip to content

Commit

Permalink
refactor: REACT_APP_BACKEND_URL 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
GaBaljaintheroom committed Nov 18, 2023
1 parent 18c6064 commit ed94df8
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions docker-compose.prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ services:
environment:
- CI=true
- CHOKIDAR_USEPOLLING=true
- REACT_APP_BACKEND_URL=http://localhost
- REACT_APP_BACKEND_URL=http://www.aiary.net
stdin_open: true
tty: true
networks:
Expand Down Expand Up @@ -67,13 +67,15 @@ services:
context: ./nginx
dockerfile: Dockerfile
ports:
- "443:443"
- "80:80"
volumes:
- build_frontend:/var/www/frontend
- ./nginx/nginx.conf:/etc/nginx/nginx.conf
- ./nginx/log:/var/log/nginx
expose:
- "80"
# expose:
# - "80"
# - "443"
depends_on:
- ai_backend
- backend
Expand Down

0 comments on commit ed94df8

Please sign in to comment.