Skip to content

Commit

Permalink
chore: add docker-compose yaml that disables backend and db
Browse files Browse the repository at this point in the history
  • Loading branch information
Christophe L committed Jan 16, 2024
1 parent d22e34a commit c3937ee
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions docker-compose.frontend-only.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
services:
frontend:
depends_on: !reset []

reverse-proxy:
depends_on: !reset
- frontend

backend:
restart: no
profiles:
- do_not_start

database:
restart: no
profiles:
- do_not_start

0 comments on commit c3937ee

Please sign in to comment.