Skip to content
Snippets Groups Projects
Commit 88f97d27 authored by Andres Maldonado's avatar Andres Maldonado
Browse files

[template] Add best pratice

parent 2dc36110
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@ volumes:
external: true
networks:
sftp: # Why a separate network ? #ToDo: ask Quentin
sftp:
docker_default:
external: true
......
......@@ -5,6 +5,7 @@ volumes:
external: true # Do not delete on docker-compose down
networks:
mynetwork: # Best pratice: separate what doesn't need to be connected.
docker_default:
external: true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment