Skip to content

Commit

Permalink
Merge branch 'chore/frontend-only-docker-compose' into 'main'
Browse files Browse the repository at this point in the history
chore: add docker-compose yaml that disables backend and db

See merge request m-team/ai/cookiecutter-web!8
  • Loading branch information
Christophe L committed Jan 16, 2024
2 parents d22e34a + c3937ee commit 1f74e66
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 1f74e66

Please sign in to comment.