|
@@ -65,25 +65,6 @@ services:
|
|
networks:
|
|
networks:
|
|
safeline-ce:
|
|
safeline-ce:
|
|
ipv4_address: ${SUBNET_PREFIX}.5
|
|
ipv4_address: ${SUBNET_PREFIX}.5
|
|
- mario:
|
|
|
|
- container_name: safeline-mario
|
|
|
|
- restart: always
|
|
|
|
- image: ${IMAGE_PREFIX}/safeline-mario-g:${IMAGE_TAG}
|
|
|
|
- volumes:
|
|
|
|
- - ${SAFELINE_DIR}/resources/mario:/resources/mario
|
|
|
|
- - ${SAFELINE_DIR}/logs/mario:/logs/mario
|
|
|
|
- - /etc/localtime:/etc/localtime:ro
|
|
|
|
- environment:
|
|
|
|
- - LOG_DIR=/logs/mario
|
|
|
|
- - GOGC=100
|
|
|
|
- - DATABASE_URL=postgres://safeline-ce:${POSTGRES_PASSWORD}@safeline-pg/safeline-ce
|
|
|
|
- logging:
|
|
|
|
- options:
|
|
|
|
- max-size: "100m"
|
|
|
|
- max-file: "5"
|
|
|
|
- networks:
|
|
|
|
- safeline-ce:
|
|
|
|
- ipv4_address: ${SUBNET_PREFIX}.6
|
|
|
|
tengine:
|
|
tengine:
|
|
container_name: safeline-tengine
|
|
container_name: safeline-tengine
|
|
restart: always
|
|
restart: always
|