Skip to content

Commit

Permalink
[Deploy] 새로운 도메인 적용 (#633)
Browse files Browse the repository at this point in the history
## Summary
- ghostpong.site 도메인 배포
  • Loading branch information
nyeoni authored Jul 20, 2024
2 parents 38320d8 + f15258c commit 1b4ead3
Show file tree
Hide file tree
Showing 6 changed files with 6,033 additions and 6,000 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
.idea/*
.vscode/*
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
*** or simply open an issue with the tag "enhancement".
*** Don't forget to give the project a star!
*** Thanks again! Now go create something AMAZING! :D
-->
-->[docker-compose.local.yml](docker-compose.local.yml)



Expand Down
6 changes: 3 additions & 3 deletions docker-compose.local.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ services:
- db
image: server
env_file:
- ./backend/.env
- ./backend/.env.local
build:
context: .
dockerfile: ./backend/Dockerfile
Expand All @@ -35,13 +35,13 @@ services:
image: client
build:
context: .
dockerfile: ./frontend/Dockerfile
dockerfile: ./frontend/local.Dockerfile
args:
- VITE_BASE_URL=http://localhost:3000
- VITE_API_URL=http://localhost:3000/api/v1
- VITE_ASSET_URL=http://localhost:3000
ports:
- 80:80
- 5173:5173
networks:
- ghostnetwork_local
networks:
Expand Down
Loading

0 comments on commit 1b4ead3

Please sign in to comment.