Skip to content

Commit

Permalink
wip: Distinguish a back and front docker network #205
Browse files Browse the repository at this point in the history
  • Loading branch information
Christophe Nouguier committed Dec 7, 2020
1 parent 9274b82 commit b34ecb3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions deploy/docker-socket-proxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ services:
retries: 3
start_period: 1m
networks:
- kargo-back-network
- kargo-socket-network

networks:
kargo-back-network:
name: ${DOCKER_BACK_NETWORK}
kargo-socket-network:
name: ${{DOCKER_SOCKET_NETWORK}
external: true

0 comments on commit b34ecb3

Please sign in to comment.