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