Skip to content

Commit

Permalink
ci: add frontend
Browse files Browse the repository at this point in the history
  • Loading branch information
ledouxm committed May 18, 2024
1 parent 3584130 commit 94cd96a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ volumes:
pg_data:

services:
frontend:
build:
context: .
target: frontend
restart: always
depends_on:
- electric

pg:
image: postgres:14-alpine
environment:
Expand Down

0 comments on commit 94cd96a

Please sign in to comment.