use registry image for prod
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
f9ad8fa753
commit
680ee22482
2 changed files with 3 additions and 4 deletions
|
|
@ -218,9 +218,9 @@ For testing the production Docker build locally:
|
||||||
docker compose up -d
|
docker compose up -d
|
||||||
```
|
```
|
||||||
|
|
||||||
4. **Build and start production environment:**
|
4. **Start production environment:**
|
||||||
```bash
|
```bash
|
||||||
docker compose -f docker-compose.prod.yml up --build
|
docker compose -f docker-compose.prod.yml up
|
||||||
```
|
```
|
||||||
|
|
||||||
5. **Run database migrations:**
|
5. **Run database migrations:**
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,6 @@
|
||||||
services:
|
services:
|
||||||
app:
|
app:
|
||||||
build: .
|
image: git.local-it.org/local-it/mitgliederverwaltung:latest
|
||||||
image: mv:latest
|
|
||||||
container_name: mv-prod-app
|
container_name: mv-prod-app
|
||||||
# Use host network for local testing to access localhost:8080 (Rauthy)
|
# Use host network for local testing to access localhost:8080 (Rauthy)
|
||||||
# In real production, remove this and use external OIDC provider
|
# In real production, remove this and use external OIDC provider
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue