Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ build-iPhoneSimulator/

## Environment normalization:
/.bundle/
/.cache/
/vendor/bundle
/lib/bundler/man/

Expand Down Expand Up @@ -303,4 +304,4 @@ flycheck_*.el
# network security
/network-security.data

.bash*
.bash*
2 changes: 0 additions & 2 deletions docker-compose.ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,5 @@ services:
volumes: !override
- artifacts:/opt/app/artifacts

adminer: !reset

volumes:
artifacts:
6 changes: 0 additions & 6 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,11 +71,5 @@ services:
- /dev/shm:/dev/shm:rw
- ./:/build:rw

adminer:
image: adminer
restart: always
ports:
- 8080:8080

volumes:
postgres_data: {}
Loading