diff --git a/.gitignore b/.gitignore index 2b1d241..1b52a5b 100644 --- a/.gitignore +++ b/.gitignore @@ -139,6 +139,7 @@ build-iPhoneSimulator/ ## Environment normalization: /.bundle/ +/.cache/ /vendor/bundle /lib/bundler/man/ @@ -303,4 +304,4 @@ flycheck_*.el # network security /network-security.data -.bash* \ No newline at end of file +.bash* diff --git a/docker-compose.ci.yml b/docker-compose.ci.yml index 8f50d52..ab855c9 100644 --- a/docker-compose.ci.yml +++ b/docker-compose.ci.yml @@ -7,7 +7,5 @@ services: volumes: !override - artifacts:/opt/app/artifacts - adminer: !reset - volumes: artifacts: diff --git a/docker-compose.yml b/docker-compose.yml index e1409fc..c513fa3 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -71,11 +71,5 @@ services: - /dev/shm:/dev/shm:rw - ./:/build:rw - adminer: - image: adminer - restart: always - ports: - - 8080:8080 - volumes: postgres_data: {}