13 lines
405 B
YAML
13 lines
405 B
YAML
version: '3.3'
|
|
services:
|
|
aio-erp:
|
|
container_name: axelor
|
|
ports:
|
|
- '8080:80'
|
|
restart: always
|
|
volumes:
|
|
- './axelor/log/tomcat:/var/log/tomcat'
|
|
- './axelor/log/postgresql/:/var/log/postgresql'
|
|
# - './axelor/lib/tomcat:/var/lib/tomcat'
|
|
- './axelor/lib/postgresql/:/var/lib/postgresql'
|
|
image: axelor/aio-erp |