Skip to content

Instantly share code, notes, and snippets.

@krukid
Created May 9, 2023 09:08
Show Gist options
  • Save krukid/0afe690da09c3df25ecdb5b4a2327875 to your computer and use it in GitHub Desktop.
Save krukid/0afe690da09c3df25ecdb5b4a2327875 to your computer and use it in GitHub Desktop.
docker-compose with project-based network namespace
networks:
test-net:
name: $COMPOSE_PROJECT_NAME-test-net
volumes:
test-vol:
services:
app:
volumes:
- test-vol:/test-vol
networks:
- test-net
command:
- echo
- testing
- $COMPOSE_PROJECT_NAME
image: node
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment