1
0
Fork 0
mirror of https://github.com/docker/awesome-compose.git synced 2025-04-26 10:43:35 +02:00
This commit is contained in:
Jerry1984Larsson 2024-05-19 20:40:07 +02:00 committed by GitHub
commit 3f58e90291
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 15796 additions and 50 deletions

11
react-nginx/compose-dev.yaml Executable file
View file

@ -0,0 +1,11 @@
services:
frontend:
build:
context: .
target: dev-envs
container_name: frontend
ports:
- "80:3000"
- "3000:3000"
volumes:
- /var/run/docker.sock:/var/run/docker.sock

File diff suppressed because it is too large Load diff

View file

@ -5,18 +5,7 @@ function App() {
return (
<div className="App">
<header className="App-header">
<img src={logo} className="App-logo" alt="logo" />
<p>
Edit <code>src/App.js</code> and save to reload.
</p>
<a
className="App-link"
href="https://reactjs.org"
target="_blank"
rel="noopener noreferrer"
>
Learn React
</a>
</header>
</div>
);