parent
56ef556064
commit
5ce67bba1c
|
|
@ -20,13 +20,20 @@ services:
|
||||||
- 8800:8800/tcp # exposing port for www
|
- 8800:8800/tcp # exposing port for www
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
- ${DOCKER_DATA}/_apps_jars_:/_apps_jars_
|
- apps_data:/_apps_jars_
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
resources:
|
resources:
|
||||||
limits:
|
limits:
|
||||||
memory: 256M
|
memory: 256M
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
volumes:
|
||||||
|
apps_data:
|
||||||
|
external: true
|
||||||
|
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
proxy-net:
|
proxy-net:
|
||||||
name: proxy-net
|
name: proxy-net
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue