Skip to content

Commit

Permalink
added docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
DevaduttM committed Sep 23, 2024
1 parent c8ded0d commit 029c3e7
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 6 deletions.
14 changes: 14 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@

services:
web:
image: gdc-website
build:
context: .
dockerfile: Dockerfile
container_name: gdc_website_container
ports:
- "5173:5173"
volumes:
- .:/app
environment:
- NODE_ENV=production
4 changes: 2 additions & 2 deletions src/components/CardContainer/eventDetails.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const eventDetails = {
venuep2: 'Hall',
date: '11/09/24',
detail: ' Dive into 3D Game Development with Unity! This 3-day workshop from August 21st to 23rd will immerse you in advanced techniques and hands-on projects, all while providing expert guidance and project mentorship.',
image: 'https://i.imgur.com/riEcYVg.jpeg',
image: 'https://rare-gallery.com/thumbnail/394521-valorant-game-agents-hero-4k-pc-wallpaper.jpg',
status: 'REGISTER',
link: 'https://bit.ly/GameCraft4',
}
Expand All @@ -24,7 +24,7 @@ const eventDetails = {
venuep2: 'PROJECT LAB',
date: '11/09/24',
detail: ' Hosted by CODEC , the Department Association of Computer Science and Engineering, in collaboration with the Game Development Club of ICET. Learn Godot Engine and dive into the world of game development!',
image: 'https://i.imgur.com/P5SZOEO.jpeg',
image: 'https://rare-gallery.com/thumbnail/394521-valorant-game-agents-hero-4k-pc-wallpaper.jpg',
status: 'REGISTER',
link: 'https://airtable.com/appJ3s5rLsvkbclNC/pagDVMIfVcog8C8qH/form',
},
Expand Down
8 changes: 4 additions & 4 deletions src/components/CardContainer/pastEvents.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const pastEvents = {
venuep2: '201',
date: 'August 5,7 2024',
detail: 'The GameWar debate competition on esports was successfully organized by GDC MEC. The event aimed to foster discussions and debates around the evolving world of esports, providing participants with an opportunity to showcase their debating skills and knowledge about the industry.',
image: 'https://i.imgur.com/D5U0lCn.jpeg',
image: 'https://rare-gallery.com/thumbnail/394521-valorant-game-agents-hero-4k-pc-wallpaper.jpg',
status: 'View Gallery',
images: []
},
Expand All @@ -19,7 +19,7 @@ const pastEvents = {
venuep2: 'Hall',
date: 'August 6 2024',
detail: 'The workshop aimed to introduce participants to the fundamentals of 3D game development using the Godot engine. Attendees had the opportunity to learn from experienced developers and engage in hands-on activities.',
image: 'https://i.imgur.com/zcVkXVU.jpeg',
image: 'https://rare-gallery.com/thumbnail/394521-valorant-game-agents-hero-4k-pc-wallpaper.jpg',
status: 'View Gallery',
images: []
},
Expand All @@ -31,7 +31,7 @@ const pastEvents = {
venuep2: 'Hall',
date: 'August 19 2024',
detail: '',
image: 'https://i.imgur.com/cFJWI1O.jpeg',
image: 'https://rare-gallery.com/thumbnail/394521-valorant-game-agents-hero-4k-pc-wallpaper.jpg',
status: 'View Gallery',
images: []
}
Expand Down Expand Up @@ -77,7 +77,7 @@ const pastEvents = {
venuep2: '',
date: 'May 5,6,7 /2024',
detail: 'A comprehensive 3-day workshop was conducted, with each session lasting 2 hours. Mr. Mohammed Shijin K, and Mr Abijith, members of the GDC Executive Committee, facilitated the workshop.Participants engaged in an in-depth exploration of Unity Engine features, such as game physics, animations, and scripting.',
image: 'https://i.imgur.com/INYVCIO.jpeg',
image: 'https://rare-gallery.com/thumbnail/394521-valorant-game-agents-hero-4k-pc-wallpaper.jpg',
status: 'View Gallery',
images: []
},
Expand Down

0 comments on commit 029c3e7

Please sign in to comment.