Missing services
This commit is contained in:
parent
597da4c1e7
commit
29cc0a02ed
|
|
@ -1,4 +1,6 @@
|
||||||
angular-services:
|
services:
|
||||||
|
|
||||||
|
angular-services:
|
||||||
|
|
||||||
image: ${JAVA_17}
|
image: ${JAVA_17}
|
||||||
container_name: angular-services
|
container_name: angular-services
|
||||||
|
|
@ -33,7 +35,7 @@
|
||||||
limits:
|
limits:
|
||||||
memory: 256M
|
memory: 256M
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
proxy-net:
|
proxy-net:
|
||||||
name: proxy-net
|
name: proxy-net
|
||||||
external: false
|
external: false
|
||||||
Loading…
Reference in New Issue