safe-global / safe-transaction-service

Keeps track of transactions sent via Safe contacts and confirmed transactions. It also keeps track of Ether and ERC20 token transfers to Safe contracts.
MIT License
182 stars 246 forks source link

Force recreate containers in test script #2104

Closed fmrsabino closed 6 days ago

fmrsabino commented 1 week ago

There might be situations where docker compose up tries to add an existing container to a network that no longer exists (Docker daemon returns an error in those cases).

For a test script, we do want to have a new environment (network) created which the new containers can interact with.

See https://docs.docker.com/reference/cli/docker/compose/up/