Links, mainly...
Some checks failed
/ Run system tests (push) Waiting to run
/ Build, push and deploy image (push) Blocked by required conditions
/ Run tests (push) Has been cancelled
/ Checkout (push) Successful in 8m9s

This commit is contained in:
david 2024-07-26 00:59:00 +02:00
parent fd42a3f173
commit 21ab02d647
69 changed files with 2258 additions and 155 deletions

View file

@ -12,6 +12,9 @@ services:
target: development
volumes:
- ./:/app:cached
- ${PWD}:${PWD}
- ${HOME}/.tabby-client:/home/app/.tabby-client
working_dir: ${PWD}
environment:
RAILS_ENV: development
LOG_LEVEL: debug
@ -22,6 +25,7 @@ services:
HISTFILE: /app/tmp/.bash_history
PSQL_HISTORY: /app/tmp/.psql_history
IRBRC: /app/.irbrc
SELENIUM_REMOTE_URL: http://chrome:4444/wd/hub
labels:
- traefik.http.routers.app-${COMPOSE_PROJECT_NAME}.entrypoints=http
- traefik.http.routers.app-${COMPOSE_PROJECT_NAME}.rule=Host(`${COMPOSE_PROJECT_NAME}.localhost`)
@ -30,3 +34,6 @@ services:
networks:
- traefik
- default
chrome:
image: selenium/standalone-chrome