Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
kimachinskiy committed Oct 10, 2023
1 parent 6923ff4 commit c063ca5
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions docker-compose.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ services:
# - ./:/Forum
- static:/home/forum/app/public/static
- media:/home/forum/app/public/media
# ports:
# - 8000:8000
ports:
- 8000:8000
environment:
- DEBUG=${DEBUG}
- SECRET_KEY=${SECRET_KEY}
Expand All @@ -31,19 +31,19 @@ services:
- CORS_ORIGIN_WHITELIST=${CORS_ORIGIN_WHITELIST}
networks:
- forum_network
frontend:
container_name: frontend
volumes:
- static:/home/forum/app/public/static
environment:
- REACT_APP_BASE_API_URL=${REACT_APP_BASE_API_URL}
ports:
- 80:80
build:
context: ./FrontEnd
target: production
networks:
- forum_network
# frontend:
# container_name: frontend
# volumes:
# - static:/home/forum/app/public/static
# environment:
# - REACT_APP_BASE_API_URL=${REACT_APP_BASE_API_URL}
# ports:
# - 80:80
# build:
# context: ./FrontEnd
# target: production
# networks:
# - forum_network

networks:
forum_network:
Expand Down

0 comments on commit c063ca5

Please sign in to comment.