Skip to content

Commit c2d4fee

Browse files
authored
Remove docker-compose files (#23)
* Remove docker-compose files * remove nginx file
1 parent fdc6741 commit c2d4fee

9 files changed

+2
-271
lines changed

Makefile

-31
Original file line numberDiff line numberDiff line change
@@ -12,36 +12,6 @@ list:
1212
test:
1313
mix test test/itest
1414

15-
clean:
16-
docker-compose down && docker volume prune --force
17-
18-
start_daemon_services-2:
19-
cd ../../ && \
20-
SNAPSHOT=SNAPSHOT_MIX_EXIT_PERIOD_SECONDS_120 make init_test && \
21-
cd priv/cabbage/ && \
22-
docker-compose -f ../../docker-compose.yml -f ../../docker-compose.feefeed.yml -f docker-compose-2-specs.yml up -d
23-
24-
start_daemon_services:
25-
cd ../../ && \
26-
SNAPSHOT=SNAPSHOT_MIX_EXIT_PERIOD_SECONDS_120 make init_test && \
27-
cd priv/cabbage/ && \
28-
docker-compose -f ../../docker-compose.yml -f docker-compose-specs.yml up -d
29-
30-
start_daemon_services_reorg-2:
31-
cd ../../ && \
32-
make init_test_reorg && \
33-
cd priv/cabbage/ && \
34-
docker-compose -f ../../docker-compose.yml -f ../../docker-compose.feefeed.yml -f docker-compose-2-reorg.yml -f docker-compose-2-specs.yml up -d
35-
36-
start_daemon_services_reorg:
37-
cd ../../ && \
38-
make init_test_reorg && \
39-
cd priv/cabbage/ && \
40-
docker-compose -f ../../docker-compose.yml -f docker-compose-reorg.yml -f docker-compose-specs.yml up -d
41-
42-
stop_daemon_services:
43-
docker container stop $(docker container ls -aq)
44-
4515
generate-security_critical_api_specs:
4616
priv/openapitools/openapi-generator-cli generate -i ./security_critical_api_specs.yml -g elixir -o apps/watcher_security_critical_api
4717

@@ -70,4 +40,3 @@ install-hex-rebar:
7040
mix archive.install ${HEX_URL} --force --sha512 ${HEX_SHA}
7141
mix local.rebar rebar ${REBAR_URL} --force --sha512 ${REBAR_SHA}
7242
mix local.rebar rebar3 ${REBAR3_URL} --force --sha512 ${REBAR3_SHA}
73-

README.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ TBD - Repo containing specs and integrations tests
88
# If there is already some elixir-omg docker running, this can make sure it is cleaned up
99
make clean
1010

11-
# Starts the elixir-omg services (childchain, watcher and watcher_info) as background services
12-
make start_daemon_services
11+
# Start the elixir-omg services (childchain, watcher and watcher_info) as background services
1312

1413
# Run all the tests
1514
make test
@@ -24,4 +23,4 @@ If you made a change in repo that requires e2e test (`elixir-omg` is used as an
2423
1. Code the test and open PR in `specs` repo.
2524
3. Edit `.gitmodules` to change the `specs` repo in `elixir-omg` to point to your `specs` PR branch.
2625
4. Before you merge `elixir-omg` PR, change the `specs` repo back to master.
27-
5. Merge the PR in `specs` repo.
26+
5. Merge the PR in `specs` repo.

docker-compose-2-reorg.yml

-67
This file was deleted.

docker-compose-2-specs.yml

-10
This file was deleted.

docker-compose-reorg.yml

-66
This file was deleted.

docker-compose-specs.yml

-10
This file was deleted.

geth_nginx.conf

-36
This file was deleted.

localchain_contract_addresses.env

-9
This file was deleted.

nginx.conf

-39
This file was deleted.

0 commit comments

Comments
 (0)