Update docker-compose.local.yaml to not spin up a website-instance
Some checks are pending
Docker Image CI / build (push) Waiting to run

This commit is contained in:
2025-03-13 15:25:09 +01:00
parent 6721bd863f
commit 8ee8f33f33
2 changed files with 2 additions and 10 deletions

View File

@ -15,14 +15,6 @@ services:
environment:
- POSTGRES_HOST=tranga-pg
restart: unless-stopped
tranga-website:
image: glax/tranga-website:latest
container_name: tranga-website
ports:
- "9555:80"
depends_on:
- tranga-api
restart: unless-stopped
tranga-pg:
image: postgres:latest
container_name: tranga-pg