Skip to content
Snippets Groups Projects
Commit 54c2d0d9 authored by Thomas Schauer-Köckeis's avatar Thomas Schauer-Köckeis :speech_balloon:
Browse files

Added network

parent 5fb95cd3
No related branches found
No related tags found
No related merge requests found
......@@ -3,3 +3,14 @@ services:
build: .
ports:
- 8080:8080
networks:
repo-network:
ipv4_address: 172.20.0.10
networks:
repo-network:
driver: bridge
ipam:
config:
- subnet: 172.20.0.0/16
gateway: 172.20.0.1
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