Skip to content

Commit

Permalink
test if build will fail
Browse files Browse the repository at this point in the history
  • Loading branch information
danielevalverde committed Nov 13, 2024
1 parent 0db1216 commit 067e676
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 19 deletions.
30 changes: 15 additions & 15 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,20 +111,20 @@ services:
- dev
extra_hosts:
- "host.docker.internal:host-gateway"
api-background:
build: check-api
command: /app/docker-background.sh
depends_on:
- api
volumes:
- "./check-api:/app"
environment:
RAILS_ENV: development
SERVER_PORT: 3000
networks:
- dev
extra_hosts:
- "host.docker.internal:host-gateway"
# api-background:
# build: check-api
# command: /app/docker-background.sh
# depends_on:
# - api
# volumes:
# - "./check-api:/app"
# environment:
# RAILS_ENV: development
# SERVER_PORT: 3000
# networks:
# - dev
# extra_hosts:
# - "host.docker.internal:host-gateway"
pender:
build: pender
platform: linux/x86_64
Expand Down Expand Up @@ -175,7 +175,7 @@ services:
- "3333:3333"
depends_on:
- api
- api-background
# - api-background
volumes:
- "./check-web:/app"
- "./check-api:/api"
Expand Down
8 changes: 4 additions & 4 deletions docker-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ services:
environment:
RAILS_ENV: test
SERVER_PORT: 3000
api-background:
environment:
RAILS_ENV: test
SERVER_PORT: 3000
# api-background:
# environment:
# RAILS_ENV: test
# SERVER_PORT: 3000
pender:
environment:
RAILS_ENV: test
Expand Down

0 comments on commit 067e676

Please sign in to comment.