Add proxy network to allow dockerized apps to use the API

This commit is contained in:
Simon Giesel 2019-09-24 10:14:13 +00:00
parent 1312340951
commit cf7eb98d0d

View file

@ -1,4 +1,10 @@
version: '3' version: '3'
networks:
proxy:
external:
name: proxy
services: services:
dockerserviceminecraft: dockerserviceminecraft:
build: . build: .