Links, mainly...
This commit is contained in:
parent
fd42a3f173
commit
21ab02d647
69 changed files with 2258 additions and 155 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue